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 | 邏懃「 | 1110011110110100100111001110011110100010 | e7b49ce7a2 |
EUC-JP | 邏懃「 | 111011101011011011011000111010011000111010100010 | eeb6d8e98ea2 |
UTF-8 | 邏懃「 | 111010011000001010001111111001101000011110000011111011111011110110100010 | e9828fe68783efbda2 |
UHC | 邏懃? | 1101010110100100110100001100010000111111 | d5a4d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)