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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 챔첸혚챙짠쨘E | 11101100101100011001010011101100101100101011100011101101100110001001101011101100101100011001100111101100101001111010000011101100101010001001100001000101 | ecb194ecb2b8ed989aecb199eca7a0eca89845 |
UHC | 챔첸혚챙짠쨘E | 11000011101010001100001110111110110000101000010111000011101011001100001010100111110000101011101001000101 | c3a8c3bec285c3acc2a7c2ba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)