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 | 楢籠旅 | 100100111110100011100010110001001001011110110111 | 93e8e2c497b7 |
EUC-JP | 楢籠旅 | 110001101110101011100100110001101100111010111001 | c6eae4c6ceb9 |
UTF-8 | 楢籠旅 | 111001101010010110100010111001111011000110100000111001101001011110000101 | e6a5a2e7b1a0e69785 |
UHC | 楢籠旅 | 111010101111100111010110111010111101010111101001 | eaf9d6ebd5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)