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 | 1111101110100100100110101110111010010110100010100100000001101000 | fba49aee968a4068 |
EUC-JP | 訷夭槙@h | 100011111101110111010100110101001111000011001011111010100100000001101000 | 8fddd4d4f0cbea4068 |
UTF-8 | 訷夭槙@h | 1110100010101000101101111110010110100100101011011110011010100111100110010100000001101000 | e8a8b7e5a4ade6a7994068 |
UHC | ?夭?@h | 001111111110100011101100001111110100000001101000 | 3fe8ec3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)