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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嗚?】節?? | 100110100110101000111111100000010111101010010000110111110011111100111111 | 9a6a3f817a90df3f3f |
EUC-JP | 嗚?】節?? | 110100111100101100111111101000011101101111000000111000010011111100111111 | d3cb3fa1dbc0e13f3f |
UTF-8 | 嗚꾥】節쇽풆 | 111001011001011110011010111010101011111010100101111000111000000010010001111001111010111110000000111011001000011110111101111011011001001010000110 | e5979aeabea5e38091e7af80ec87bded9286 |
UHC | 嗚꾥】節쇽풆 | 111001111111000010000100111010001010000110111101111011111011110110111100111011111011111010001110 | e7f084e8a1bdefbdbcefbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)