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 | 0011111100111111011011100111110101000010 | 3f3f6e7d42 |
SJIS-WIN | ?}n}B | 001111111000000101110000011011100111110101000010 | 3f81706e7d42 |
EUC-JP | ?}n}B | 001111111010000111010001011011100111110101000010 | 3fa1d16e7d42 |
UTF-8 | 룵}n}B | 111010111010001110110101111011111011110110011101011011100111110101000010 | eba3b5efbd9d6e7d42 |
UHC | 룵}n}B | 10001111101010101010001111111101011011100111110101000010 | 8faaa3fd6e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)