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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 倻??嫄 | 1000111110110001111101100011111100111111100011111011101010100001 | 8fb1f63f3f8fbaa1 |
UTF-8 | 倻뽯쵑嫄 | 111001011000000010111011111010111011110110101111111011001011010110010001111001011010101110000100 | e580bbebbdafecb591e5ab84 |
UHC | 倻뽯쵑嫄 | 1110010110100110100101101110101110101100100100111110101010110001 | e5a696ebac93eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)