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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 灌鴃灌鴃B | 100111111111001111101001111011101001111111110011111010011110111001000010 | 9ff3e9ee9ff3e9ee42 |
EUC-JP | 灌鴃灌鴃B | 110111101111010111110010111100001101111011110101111100101111000001000010 | def5f2f0def5f2f042 |
UTF-8 | 灌鴃灌鴃B | 11100111100000011000110011101001101101001000001111100111100000011000110011101001101101001000001101000010 | e7818ce9b483e7818ce9b48342 |
UHC | 灌?灌?B | 11001110101101000011111111001110101101000011111101000010 | ceb43fceb43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)