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 | ???油 | 0011111100111111001111111001011011111011 | 3f3f3f96fb |
EUC-JP | 孼??油 | 10001111101110101100001100111111001111111100110011111101 | 8fbac33f3fccfd |
UTF-8 | 孼띕솀油 | 111001011010110110111100111010111001110110010101111011001000011010000000111001101011001010111001 | e5adbceb9d95ec8680e6b2b9 |
UHC | 孼띕솀油 | 1110010111101101101101101110101110011001100001011110101011111010 | e5edb6eb9985eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)