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 | 蛟溥い | 111001011000000010011111111011101000001010100010 | e5809fee82a2 |
EUC-JP | 蛟溥い | 111010011110000011011110111100001010010010100100 | e9e0def0a4a4 |
UTF-8 | 蛟溥い | 111010001001101110011111111001101011101010100101111000111000000110000100 | e89b9fe6baa5e38184 |
UHC | 蛟溥い | 110011101111000111011101101010101010101010100100 | cef1ddaaaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)