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 | 蒸?懿 | 1000111111110110001111111001110011110010 | 8ff63f9cf2 |
EUC-JP | 蒸?懿 | 1011111011111000001111111101100011110100 | bef83fd8f4 |
UTF-8 | 蒸렕懿 | 111010001001001010111000111010111010000010010101111001101000011110111111 | e892b8eba095e687bf |
UHC | 蒸렕懿 | 111100011111101010001110101010101110101111110011 | f1fa8eaaebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)