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 | 顏簿響 | 111010001111100010010101111010111000101110111111 | e8f895eb8bbf |
EUC-JP | 顏簿響 | 111100001111101011001010111011011011011011000001 | f0facaedb6c1 |
UTF-8 | 顏簿響 | 111010011010000110001111111001111011000010111111111010011001111110111111 | e9a18fe7b0bfe99fbf |
UHC | ?簿響 | 0011111111011101101011011111101011000010 | 3fddadfac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)