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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉸辞鴉室 | 11111011110011101000111010101011111010011110101110001110101110101111000011100010 | fbce8eabe9eb8ebaf0e2 |
EUC-JP | 鉸辞鴉室? | 10001111111000111111001010111100101011011111001011101101101111001011110000111111 | 8fe3f2bcadf2edbcbc3f |
UTF-8 | 鉸辞鴉室 | 111010011000100110111000111010001011111010011110111010011011010010001001111001011010111010100100111011101000001010100001 | e989b8e8be9ee9b489e5aea4ee82a1 |
UHC | ??鴉室? | 00111111001111111110010010111100111000111111100000111111 | 3f3fe4bce3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)