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 | ????`IB | 00111111001111110011111100111111011000000100100101000010 | 3f3f3f3f604942 |
SJIS-WIN | ????`IB | 00111111001111110011111100111111011000000100100101000010 | 3f3f3f3f604942 |
EUC-JP | ????`IB | 00111111001111110011111100111111011000000100100101000010 | 3f3f3f3f604942 |
UTF-8 | 혧짧짙첵`IB | 111011011001100010100111111011001010011110100111111011001010011110011001111011001011001010110101011000000100100101000010 | ed98a7eca7a7eca799ecb2b5604942 |
UHC | 혧짧짙첵`IB | 1100001010001111110000101010101011000010101000111100001110111101011000000100100101000010 | c28fc2aac2a3c3bd604942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)