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 | 簇籠α | 111000101100011011100010110001001000001110111111 | e2c6e2c483bf |
EUC-JP | 簇籠α | 111001001100100011100100110001101010011011000001 | e4c8e4c6a6c1 |
UTF-8 | 簇籠α | 1110011110110000100001111110011110110001101000001100111010110001 | e7b087e7b1a0ceb1 |
UHC | 簇籠α | 111100001110101011010110111010111010010111100001 | f0ead6eba5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)