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 | 龝癜牴 | 111000100111001111100001100101011110000010110000 | e273e195e0b0 |
EUC-JP | 龝癜牴 | 111000111101010011100001111101011110000010110010 | e3d4e1f5e0b2 |
UTF-8 | 龝癜牴 | 111010011011111010011101111001111001100110011100111001111000100110110100 | e9be9de7999ce789b4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)