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 | カ鬘タヨ | 111100101010000110110110111010011010000111111000111010001100000011010110 | f2a1b6e9a1f8e8c0d6 |
EUC-JP | ?カ鬘?タヨ | 00111111100011101011011011110010101000110011111110001110110000001000111011010110 | 3f8eb6f2a33f8ec08ed6 |
UTF-8 | カ鬘タヨ | 111011101000011110011000111011111011110110110110111010011010110010011000111011101001101010000111111011111011111010000000111011111011111010010110 | ee8798efbdb6e9ac98ee9a87efbe80efbe96 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)