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 | 圻儡伶 | 100110101010101110011001010100111001011111100000 | 9aab995397e0 |
EUC-JP | 圻儡伶 | 110101001010110111010001101101001100111011100010 | d4add1b4cee2 |
UTF-8 | 圻儡伶 | 111001011001110010111011111001011000010010100001111001001011110010110110 | e59cbbe584a1e4bcb6 |
UHC | 圻儡伶 | 110100001111000011010110111011011101011010110110 | d0f0d6edd6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)