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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | チヘ獻 | 11000001110011011110000011011001 | c1cde0d9 |
EUC-JP | チヘ獻 | 100011101100000110001110110011011110000011011011 | 8ec18ecde0db |
UTF-8 | チヘ獻 | 111011111011111010000001111011111011111010001101111001111000110110111011 | efbe81efbe8de78dbb |
UHC | ??獻 | 00111111001111111111101011001100 | 3f3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)