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 | 11100101101011101011100101011001 | e5aeb959 |
EUC-JP | 螳ケY | 1110101010110000100011101011100101011001 | eab08eb959 |
UTF-8 | 螳ケY | 11101000100111101011001111101111101111011011100101011001 | e89eb3efbdb959 |
UHC | 螳?Y | 11010011110110010011111101011001 | d3d93f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)