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 | 顆晁淵 | 111010001111011110011101111010001001010110100011 | e8f79de895a3 |
EUC-JP | 顆晁淵 | 111100001111100111011010111010101100101010100101 | f0f9daeacaa5 |
UTF-8 | 顆晁淵 | 111010011010000110000110111001101001100110000001111001101011011110110101 | e9a186e69981e6b7b5 |
UHC | 顆晁淵 | 110011101010100011110000110001011110011011010000 | cea8f0c5e6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)