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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鬱逗?^ | 100111110101010010010000100000000011111101011110 | 9f5490803f5e |
EUC-JP | 鬱逗?^ | 110111011011010110111111111000000011111101011110 | ddb5bfe03f5e |
UTF-8 | 鬱逗백^ | 11101001101011001011000111101001100000001001011111101011101100001011000101011110 | e9acb1e98097ebb0b15e |
UHC | 鬱逗백^ | 11101010101001101101010011101000101110011110100101011110 | eaa6d4e8b9e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)