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 | 1001111111110011111001110101001101000111 | 9ff3e75347 |
EUC-JP | 灌躊G | 1101111011110101111011011011010001000111 | def5edb447 |
UTF-8 | 灌躊G | 11100111100000011000110011101000101110101000101001000111 | e7818ce8ba8a47 |
UHC | 灌躊G | 1100111010110100111100011100110001000111 | ceb4f1cc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)