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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熔膜 | 10010111011011111001011010001100 | 976f968c |
EUC-JP | 熔膜 | 11001101110100001100101111101100 | cdd0cbec |
UTF-8 | 熔膜 | 111001111000011010010100111010001000011010011100 | e78694e8869c |
UHC | 熔膜 | 11101001110000101101100010101111 | e9c2d8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)