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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???愈? | 001111110011111100111111100101101111101000111111 | 3f3f3f96fa3f |
EUC-JP | ???愈? | 001111110011111100111111110011001111110000111111 | 3f3f3fccfc3f |
UTF-8 | 筽띕씣愈뛈 | 111001111010110110111101111010111001110110010101111011001001010010100011111001101000010010001000111010111001101110001000 | e7adbdeb9d95ec94a3e68488eb9b88 |
UHC | 筽띕씣愈뛈 | 11101000101001001011011011101011100111011011011111101010111011111000110101000110 | e8a4b6eb9db7eaef8d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)