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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ????れ?P | 0011111100111111001111110011111110000010111010100011111101010000 | 3f3f3f3f82ea3f50 |
EUC-JP | ????れ?P | 0011111100111111001111110011111110100100111011000011111101010000 | 3f3f3f3fa4ec3f50 |
UTF-8 | 李쇳쉱淋れ㏏P | 11101111101001111010000111101100100001111011001111101100100010011011000111101111101001111011010111100011100000101000110011100011100011111000111101010000 | efa7a1ec87b3ec89b1efa7b5e3828ce38f8f50 |
UHC | 李쇳쉱淋れ㏏P | 11101100101100001011110011101101100110101000100011101100111110001010101011101100101001111011100101010000 | ecb0bced9a88ecf8aaeca7b950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)