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 | 塋??瑜 | 100110101100100000111111001111111110000011101111 | 9ac83f3fe0ef |
EUC-JP | 塋??瑜 | 110101001100101000111111001111111110000011110001 | d4ca3f3fe0f1 |
UTF-8 | 塋졾날瑜 | 111001011010000110001011111011001010000110111110111010111000001010100000111001111001000110011100 | e5a18beca1beeb82a0e7919c |
UHC | 塋졾날瑜 | 1110011110101011101000001110010110110011101011111110101110100101 | e7aba0e5b3afeba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)