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 | 蛟溥怩 | 111001011000000010011111111011101001110010000010 | e5809fee9c82 |
EUC-JP | 蛟溥怩 | 111010011110000011011110111100001101011111100010 | e9e0def0d7e2 |
UTF-8 | 蛟溥怩 | 111010001001101110011111111001101011101010100101111001101000000010101001 | e89b9fe6baa5e680a9 |
UHC | 蛟溥? | 1100111011110001110111011010101000111111 | cef1ddaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)