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 | ? | 00111111 | 3f |
SJIS-WIN | 乳 | 1001001111111011 | 93fb |
EUC-JP | 乳 | 1100011011111101 | c6fd |
UTF-8 | 乳 | 111001001011100110110011 | e4b9b3 |
UHC | 乳 | 1110101011100001 | eae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)