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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘冗ーソ縺 | 1110100110100001100011111110011110110000101111111110001110000001 | e9a18fe7b0bfe381 |
EUC-JP | 鬘冗ーソ縺 | 11110010101000111011111011101001100011101011000010001110101111111110010111100001 | f2a3bee98eb08ebfe5e1 |
UTF-8 | 鬘冗ーソ縺 | 111010011010110010011000111001011000011010010111111011111011110110110000111011111011110110111111111001111011100010111010 | e9ac98e58697efbdb0efbdbfe7b8ba |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)