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 | 顏倬柑 | 111010001111100010011000111010011000101010111001 | e8f898e98ab9 |
EUC-JP | 顏倬柑 | 111100001111101011010000111010111011010010111011 | f0fad0ebb4bb |
UTF-8 | 顏倬柑 | 111010011010000110001111111001011000000010101100111001101001111110010001 | e9a18fe580ace69f91 |
UHC | ?倬柑 | 0011111111110110111100001100101011110011 | 3ff6f0caf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)