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 | 楔縟?小 | 10011110101101101110001101110100001111111000111110101100 | 9eb6e3743f8fac |
EUC-JP | 楔縟?小 | 11011100101110001110010111010101001111111011111010101110 | dcb8e5d53fbeae |
UTF-8 | 楔縟섍小 | 111001101010010110010100111001111011100010011111111011001000010010001101111001011011000010001111 | e6a594e7b89fec848de5b08f |
UHC | 楔縟섍小 | 1110000011011011111010011011001010011000111010101110000110110011 | e0dbe9b298eae1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)