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 | ???艤 | 0011111100111111001111111110010001111110 | 3f3f3fe47e |
EUC-JP | 倻??艤 | 10001111101100011111011000111111001111111110011111011111 | 8fb1f63f3fe7df |
UTF-8 | 倻뽯씈艤 | 111001011000000010111011111010111011110110101111111011001001010010001000111010001000100110100100 | e580bbebbdafec9488e889a4 |
UHC | 倻뽯씈艤 | 1110010110100110100101101110101110011101101000001110101111111010 | e5a696eb9da0ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)