To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
SJIS-WIN | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
EUC-JP | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
UTF-8 | 청쩍혦짯O]\ | 111011001011001010101101111011001010100110001101111011011001100010100110111011001010011110101111010011110101110101011100 | ecb2adeca98ded98a6eca7af4f5d5c |
UHC | 청쩍혦짯O]\ | 1100001110111011110000101011110111000010100011101100001010101101010011110101110101011100 | c3bbc2bdc28ec2ad4f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)