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 | 驟檎粟 | 111010011000010110001100111001111000100010111110 | e9858ce788be |
EUC-JP | 驟檎粟 | 111100011110010110111000111010011011000011000000 | f1e5b8e9b0c0 |
UTF-8 | 驟檎粟 | 111010011010100110011111111001101010101010001110111001111011001010011111 | e9a99fe6aa8ee7b29f |
UHC | 驟檎粟 | 111101101010111011010000110101011110000111011000 | f6aed0d5e1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)