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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 循?宿@ | 100011110111101000111111100011110110100001000000 | 8f7a3f8f6840 |
EUC-JP | 循潚宿@ | 1011110111011011100011111100100011011010101111011100100101000000 | bddb8fc8dabdc940 |
UTF-8 | 循潚宿@ | 11100101101111101010101011100110101111011001101011100101101011101011111101000000 | e5beaae6bd9ae5aebf40 |
UHC | 循潚宿@ | 11100010111000001110001011011000111000101101011001000000 | e2e0e2d8e2d640 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)