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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 螳ー\ | 11100101101011101011000001011100 | e5aeb05c |
EUC-JP | 螳ー\ | 1110101010110000100011101011000001011100 | eab08eb05c |
UTF-8 | 螳ー\ | 11101000100111101011001111101111101111011011000001011100 | e89eb3efbdb05c |
UHC | 螳?\ | 11010011110110010011111101011100 | d3d93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)