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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 宜??G | 1000101101011000001111110011111101000111 | 8b583f3f47 |
EUC-JP | 宜??G | 1011010110111001001111110011111101000111 | b5b93f3f47 |
UTF-8 | 宜븍졒G | 11100101101011101001110011101011101110001000110111101100101000011001001001000111 | e5ae9cebb88deca19247 |
UHC | 宜븍졒G | 11101011111100011011101011101011101000001011111101000111 | ebf1baeba0bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)