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 | 驟檎朕驟 | 1110100110000101100011001110011110010010101111011110100110000101 | e9858ce792bde985 |
EUC-JP | 驟檎朕驟 | 1111000111100101101110001110100111000100101111111111000111100101 | f1e5b8e9c4bff1e5 |
UTF-8 | 驟檎朕驟 | 111010011010100110011111111001101010101010001110111001101001110010010101111010011010100110011111 | e9a99fe6aa8ee69c95e9a99f |
UHC | 驟檎朕驟 | 1111011010101110110100001101010111110010111110011111011010101110 | f6aed0d5f2f9f6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)