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 | 楔楔堯? | 10011110101101101001111010110110111010101001111100111111 | 9eb69eb6ea9f3f |
EUC-JP | 楔楔堯? | 11011100101110001101110010111000111101001010000100111111 | dcb8dcb8f4a13f |
UTF-8 | 楔楔堯쉃 | 111001101010010110010100111001101010010110010100111001011010000010101111111011001000100110000011 | e6a594e6a594e5a0afec8983 |
UHC | 楔楔堯쉃 | 1110000011011011111000001101101111101000111010111001101001011000 | e0dbe0dbe8eb9a58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)