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 | 蛟溥崗 | 111001011000000010011111111011101001101110111100 | e5809fee9bbc |
EUC-JP | 蛟溥崗 | 111010011110000011011110111100001101011010111110 | e9e0def0d6be |
UTF-8 | 蛟溥崗 | 111010001001101110011111111001101011101010100101111001011011010010010111 | e89b9fe6baa5e5b497 |
UHC | 蛟溥崗 | 110011101111000111011101101010101100101110101011 | cef1ddaacbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)