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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??珥?悌 | 00111111001111111110000011100000001111111001001011101110 | 3f3fe0e03f92ee |
EUC-JP | ??珥?悌 | 00111111001111111110000011100010001111111100010011110000 | 3f3fe0e23fc4f0 |
UTF-8 | 了렩珥렰悌 | 111011111010011010111010111010111010000010101001111001111000111110100101111010111010000010110000111001101000001010001100 | efa6baeba0a9e78fa5eba0b0e6828c |
UHC | 了렩珥렰悌 | 11101000111001111000111010110111111011001011010010001110101111011111000010101010 | e8e78eb7ecb48ebdf0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)