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 | 獵蓁蓚 | 111000001101100011100100111010111110010011101001 | e0d8e4ebe4e9 |
EUC-JP | 獵蓁蓚 | 111000001101101011101000111011011110100011101011 | e0dae8ede8eb |
UTF-8 | 獵蓁蓚 | 111001111000110110110101111010001001001110000001111010001001001110011010 | e78db5e89381e8939a |
UHC | 獵?蓚 | 1101011010110100001111111110001010111110 | d6b43fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)