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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣嶽跣 | 111001101110111110011011110101001110011011101111 | e6ef9bd4e6ef |
EUC-JP | 跣嶽跣 | 111011001111000111010110110101101110110011110001 | ecf1d6d6ecf1 |
UTF-8 | 跣嶽跣 | 111010001011011110100011111001011011011010111101111010001011011110100011 | e8b7a3e5b6bde8b7a3 |
UHC | 跣嶽跣 | 111000001101001111100100110000001110000011010011 | e0d3e4c0e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)