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 | ?g?hh | 0011111101100111001111110110100001101000 | 3f673f6868 |
SJIS-WIN | 辿g但hh | 10010010010010000110011110010010010000010110100001101000 | 92486792416868 |
EUC-JP | 辿g但hh | 11000011101010010110011111000011101000100110100001101000 | c3a967c3a26868 |
UTF-8 | 辿g但hh | 111010001011111010111111011001111110010010111101100001100110100001101000 | e8bebf67e4bd866868 |
UHC | ?g但hh | 001111110110011111010011101000110110100001101000 | 3f67d3a36868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)