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 | ??H? | 00111111001111110100100000111111 | 3f3f483f |
SJIS-WIN | 潁帋H溪 | 10011111111100011001101111100001010010001001111111100010 | 9ff19be1489fe2 |
EUC-JP | 潁帋H溪 | 11011110111100111101011011100011010010001101111011100100 | def3d6e348dee4 |
UTF-8 | 潁帋H溪 | 11100110101111011000000111100101101110001000101101001000111001101011101010101010 | e6bd81e5b88b48e6baaa |
UHC | 潁?H溪 | 111001111011100000111111010010001100110110100010 | e7b83f48cda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)