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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 宜??P | 1000101101011000001111110011111101010000 | 8b583f3f50 |
EUC-JP | 宜??P | 1011010110111001001111110011111101010000 | b5b93f3f50 |
UTF-8 | 宜몃졒P | 11100101101011101001110011101011101010101000001111101100101000011001001001010000 | e5ae9cebaa83eca19250 |
UHC | 宜몃졒P | 11101011111100011011100011101011101000001011111101010000 | ebf1b8eba0bf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)