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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 嘆坦Y | 1001001001010001100100100101001001011001 | 9251925259 |
EUC-JP | 嘆坦Y | 1100001110110010110000111011001101011001 | c3b2c3b359 |
UTF-8 | 嘆坦Y | 11100101100110001000011011100101100111011010011001011001 | e59886e59da659 |
UHC | 嘆坦Y | 1111011110100011111101111010010001011001 | f7a3f7a459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)