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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 釭ホ鮑タe^ | 1111101110111101110011101110100110111000110000000110010101011110 | fbbdcee9b8c0655e |
EUC-JP | 釭ホ鮑タe^ | 1000111111100011101011111000111011001110111100101011101010001110110000000110010101011110 | 8fe3af8ecef2ba8ec0655e |
UTF-8 | 釭ホ鮑タe^ | 1110100110000111101011011110111110111110100011101110100110101110100100011110111110111110100000000110010101011110 | e987adefbe8ee9ae91efbe80655e |
UHC | ??鮑?e^ | 00111111001111111111100011101010001111110110010101011110 | 3f3ff8ea3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)