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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鬱逗?\ | 100111110101010010010000100000000011111101011100 | 9f5490803f5c |
EUC-JP | 鬱逗?\ | 110111011011010110111111111000000011111101011100 | ddb5bfe03f5c |
UTF-8 | 鬱逗백\ | 11101001101011001011000111101001100000001001011111101011101100001011000101011100 | e9acb1e98097ebb0b15c |
UHC | 鬱逗백\ | 11101010101001101101010011101000101110011110100101011100 | eaa6d4e8b9e95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)