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 | 蟄懆淵 | 111001011010110110011100111010001001010110100011 | e5ad9ce895a3 |
EUC-JP | 蟄懆淵 | 111010101010111111011000111010101100101010100101 | eaafd8eacaa5 |
UTF-8 | 蟄懆淵 | 111010001001111110000100111001101000011110000110111001101011011110110101 | e89f84e68786e6b7b5 |
UHC | 蟄?淵 | 1111011011011110001111111110011011010000 | f6de3fe6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)