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 | 釭ホ鴃。ケ」 | 11111011101111011100111011110000110001111110100111101110101000011011100110100011 | fbbdcef0c7e9eea1b9a3 |
EUC-JP | 釭ホ?鴃。ケ」 | 1000111111100011101011111000111011001110001111111111001011110000100011101010000110001110101110011000111010100011 | 8fe3af8ece3ff2f08ea18eb98ea3 |
UTF-8 | 釭ホ鴃。ケ」 | 111010011000011110101101111011111011111010001110111011101000001010000110111010011011010010000011111011111011110110100001111011111011110110111001111011111011110110100011 | e987adefbe8eee8286e9b483efbda1efbdb9efbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)