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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒻り? | 1110010011101000100000101110100000111111 | e4e882e83f |
EUC-JP | 蒻り? | 1110100011101010101001001110101000111111 | e8eaa4ea3f |
UTF-8 | 蒻り덱 | 111010001001001010111011111000111000001010001010111010111000110110110001 | e892bbe3828aeb8db1 |
UHC | 蒻り덱 | 111001011011011010101010111010101011010110100110 | e5b6aaeab5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)