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 | @c@PB | 1001001001000000011000111001001001000000100100100101000001000010 | 9240639240925042 |
SJIS-WIN | ?@c?@?PB | 0011111101000000011000110011111101000000001111110101000001000010 | 3f40633f403f5042 |
EUC-JP | ?@c?@?PB | 0011111101000000011000110011111101000000001111110101000001000010 | 3f40633f403f5042 |
UTF-8 | @c@PB | 1100001010010010010000000110001111000010100100100100000011000010100100100101000001000010 | c2924063c29240c2925042 |
UHC | ?@c?@?PB | 0011111101000000011000110011111101000000001111110101000001000010 | 3f40633f403f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)