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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 灌鴃G | 1001111111110011111010011110111001000111 | 9ff3e9ee47 |
EUC-JP | 灌鴃G | 1101111011110101111100101111000001000111 | def5f2f047 |
UTF-8 | 灌鴃G | 11100111100000011000110011101001101101001000001101000111 | e7818ce9b48347 |
UHC | 灌?G | 11001110101101000011111101000111 | ceb43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)