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 | 釈煮鉀 | 100011101101111110001110110011111111101111000101 | 8edf8ecffbc5 |
EUC-JP | 釈煮鉀 | 10111100111000011011110011010001100011111110001111011000 | bce1bcd18fe3d8 |
UTF-8 | 釈煮鉀 | 111010011000011110001000111001111000010110101110111010011000100110000000 | e98788e785aee98980 |
UHC | ?煮鉀 | 0011111111101101101101001100101110100101 | 3fedb4cba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)