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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顫堺ケ礼 | 11101000111110101000110111100100101110011001011111100111 | e8fa8de4b997e7 |
EUC-JP | 顫堺ケ礼 | 1111000011111100101110101110011010001110101110011100111011101001 | f0fcbae68eb9cee9 |
UTF-8 | 顫堺ケ礼 | 111010011010000110101011111001011010000010111010111011111011110110111001111001111010010010111100 | e9a1abe5a0baefbdb9e7a4bc |
UHC | 顫堺?? | 111011111011010111001100111101110011111100111111 | efb5ccf73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)