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 | モ衾 | 110100111110010111001110 | d3e5ce |
EUC-JP | モ衾 | 10001110110100111110101011010000 | 8ed3ead0 |
UTF-8 | モ衾 | 111011111011111010010011111010001010000110111110 | efbe93e8a1be |
UHC | ?衾 | 001111111101000011011010 | 3fd0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)