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 | 蒸孟? | 1000111111110110100101101101000000111111 | 8ff696d03f |
EUC-JP | 蒸孟? | 1011111011111000110011001101001000111111 | bef8ccd23f |
UTF-8 | 蒸孟배 | 111010001001001010111000111001011010110110011111111010111011000010110000 | e892b8e5ad9febb0b0 |
UHC | 蒸孟배 | 111100011111101011011000111010111011100111101000 | f1fad8ebb9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)