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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | テ伉ケ@h | 110000111001100011000010101110010100000001101000 | c398c2b94068 |
EUC-JP | テ伉ケ@h | 1000111011000011110100001100010010001110101110010100000001101000 | 8ec3d0c48eb94068 |
UTF-8 | テ伉ケ@h | 1110111110111110100000111110010010111100100010011110111110111101101110010100000001101000 | efbe83e4bc89efbdb94068 |
UHC | ?伉?@h | 001111111111100111110010001111110100000001101000 | 3ff9f23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)