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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 汚ф?Y | 100010011001100010000100100001100011111101011001 | 899884863f59 |
EUC-JP | 汚ф?Y | 101100011111100010100111111001100011111101011001 | b1f8a7e63f59 |
UTF-8 | 汚ф꺔Y | 111001101011000110011010110100011000010011101010101110101001010001011001 | e6b19ad184eaba9459 |
UHC | 汚ф꺔Y | 11100111111111011010110011100110100000111011101001011001 | e7fdace683ba59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)