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 | ìö§n}B | 111011001111011010100111011011100111110101000010 | ecf6a76e7d42 |
SJIS-WIN | ??§n}B | 00111111001111111000000110011000011011100111110101000010 | 3f3f81986e7d42 |
EUC-JP | ìö§n}B | 1000111110101011110000001000111110101011110100111010000111111000011011100111110101000010 | 8fabc08fabd3a1f86e7d42 |
UTF-8 | ìö§n}B | 110000111010110011000011101101101100001010100111011011100111110101000010 | c3acc3b6c2a76e7d42 |
UHC | ??§n}B | 00111111001111111010000111010111011011100111110101000010 | 3f3fa1d76e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)