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 | 邱ゥ謇 | 1110011110110111101010011110011010001001 | e7b7a9e689 |
EUC-JP | 邱ゥ謇 | 111011101011100110001110101010011110101111101001 | eeb98ea9ebe9 |
UTF-8 | 邱ゥ謇 | 111010011000001010110001111011111011110110101001111010001010110010000111 | e982b1efbda9e8ac87 |
UHC | 邱?? | 11001111110010000011111100111111 | cfc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)