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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠢掵蠢掉^ | 111001011011111110011101011111011110010110111111100111010111101101011110 | e5bf9d7de5bf9d7b5e |
EUC-JP | 蠢掵蠢掉^ | 111010101100000111011001110111101110101011000001110110011101110001011110 | eac1d9deeac1d9dc5e |
UTF-8 | 蠢掵蠢掉^ | 11101000101000001010001011100110100011101011010111101000101000001010001011100110100011101000100101011110 | e8a0a2e68eb5e8a0a2e68e895e |
UHC | 蠢?蠢掉^ | 1111000111100011001111111111000111100011110100111111110001011110 | f1e33ff1e3d3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)