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 | 阻?彫 | 1001000101101010001111111001001010100100 | 916a3f92a4 |
EUC-JP | 阻?彫 | 1100000111001011001111111100010010100110 | c1cb3fc4a6 |
UTF-8 | 阻섦彫 | 111010011001100010111011111011001000010010100110111001011011110110101011 | e998bbec84a6e5bdab |
UHC | 阻섦彫 | 111100001110011010111100101101001111000011000001 | f0e6bcb4f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)