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 | 楔堯?? | 100111101011011011101010100111110011111100111111 | 9eb6ea9f3f3f |
EUC-JP | 楔堯?? | 110111001011100011110100101000010011111100111111 | dcb8f4a13f3f |
UTF-8 | 楔堯蟬쐛 | 111001101010010110010100111001011010000010101111111010001001111110101100111011001001000010011011 | e6a594e5a0afe89facec909b |
UHC | 楔堯蟬쐛 | 1110000011011011111010001110101111100000110100011001110010000001 | e0dbe8ebe0d19c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)