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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 賊?縡?低? | 100100011010111100111111111000110111000100111111100100101110000100111111 | 91af3fe3713f92e13f |
EUC-JP | 賊?縡?低? | 110000101011000100111111111001011101001000111111110001001110001100111111 | c2b13fe5d23fc4e33f |
UTF-8 | 賊렠縡렞低畓 | 111010001011001110001010111010111010000010100000111001111011100010100001111010111010000010011110111001001011110110001110111001111001010110010011 | e8b38aeba0a0e7b8a1eba09ee4bd8ee79593 |
UHC | 賊렠縡렞低畓 | 111011101110010010001110101100011110111010101101100011101010111111101110101110001101001111001100 | eee48eb1eead8eafeeb8d3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)