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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 。ュH | 1010000111110001101000011010110101001000 | a1f1a1ad48 |
EUC-JP | 。?ュH | 100011101010000100111111100011101010110101001000 | 8ea13f8ead48 |
UTF-8 | 。ュH | 11101111101111011010000111101110100001001001110011101111101111011010110101001000 | efbda1ee849cefbdad48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)