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 | ?縟?堯 | 001111111110001101110100001111111110101010011111 | 3fe3743fea9f |
EUC-JP | ?縟?堯 | 001111111110010111010101001111111111010010100001 | 3fe5d53ff4a1 |
UTF-8 | 뾑縟뾑堯 | 111010111011111010010001111001111011100010011111111010111011111010010001111001011010000010101111 | ebbe91e7b89febbe91e5a0af |
UHC | 뾑縟뾑堯 | 1001011101001111111010011011001010010111010011111110100011101011 | 974fe9b2974fe8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)