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 | îíµx | 1110111011101101100011101011010101111000 | eeed8eb578 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | îí??x | 100011111010101111000010100011111010101110111111001111110011111101111000 | 8fabc28fabbf3f3f78 |
UTF-8 | îíµx | 110000111010111011000011101011011100001010001110110000101011010101111000 | c3aec3adc28ec2b578 |
UHC | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)