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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝執鋿 | 100011101101001110001110101101111111101111011100 | 8ed38eb7fbdc |
EUC-JP | 謝執鋿 | 10111100110101011011110010111001100011111110010011010010 | bcd5bcb98fe4d2 |
UTF-8 | 謝執鋿 | 111010001010110010011101111001011001111110110111111010011000101110111111 | e8ac9de59fb7e98bbf |
UHC | 謝執? | 1101111011110011111100101111101100111111 | def3f2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)