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 | 槨餽驪縣 | 1001111011011000111010010101100011101001100010111110001101110000 | 9ed8e958e98be370 |
EUC-JP | 槨餽驪縣 | 1101110011011010111100011011100111110001111010111110010111010001 | dcdaf1b9f1ebe5d1 |
UTF-8 | 槨餽驪縣 | 111001101010011110101000111010011010010010111101111010011010100110101010111001111011100010100011 | e6a7a8e9a4bde9a9aae7b8a3 |
UHC | 槨?驪縣 | 11001110101010100011111111010101111100011111101011100011 | ceaa3fd5f1fae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)