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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驟檎裸隍 | 1110100110000101100011001110011110010111100001111110100010100100 | e9858ce79787e8a4 |
EUC-JP | 驟檎裸隍 | 1111000111100101101110001110100111001101111001111111000010100110 | f1e5b8e9cde7f0a6 |
UTF-8 | 驟檎裸隍 | 111010011010100110011111111001101010101010001110111010001010001110111000111010011001101010001101 | e9a99fe6aa8ee8a3b8e99a8d |
UHC | 驟檎裸隍 | 1111011010101110110100001101010111010101101000111111110011011011 | f6aed0d5d5a3fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)