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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횂짼횩첫혧쨘횪 | 111011011001101010000010111011001010011110111100111011011001101010101001111011001011001010101011111011011001100010100111111011001010100010011000111011011001101010101010 | ed9a82eca7bced9aa9ecb2abed98a7eca898ed9aaa |
UHC | 횂짼횩첫혧쨘횪 | 1100001110000010110000101011001011000011100111111100001110111001110000101000111111000010101110101100001110100000 | c382c2b2c39fc3b9c28fc2bac3a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)