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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 訂鞨 | 10010010111110011110100011100000 | 92f9e8e0 |
EUC-JP | 訂鞨 | 11000100111110111111000011100010 | c4fbf0e2 |
UTF-8 | 訂鞨 | 111010001010100010000010111010011001111010101000 | e8a882e99ea8 |
UHC | 訂鞨 | 11101111111101001100101011101010 | eff4caea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)