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 | 貅川萄 | 111001101011101010010000111011001001001110111000 | e6ba90ec93b8 |
EUC-JP | 貅川萄 | 111011001011110011000000111011101100011010111010 | ecbcc0eec6ba |
UTF-8 | 貅川萄 | 111010001011001010000101111001011011011110011101111010001001000010000100 | e8b285e5b79de89084 |
UHC | ?川萄 | 0011111111110100101110011101010010101100 | 3ff4b9d4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)