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 | 蠇滄エ | 1111101110100001100111111110100110110100 | fba19fe9b4 |
EUC-JP | ?滄エ | 0011111111011110111010111000111010110100 | 3fdeeb8eb4 |
UTF-8 | 蠇滄エ | 111010001010000010000111111001101011101110000100111011111011110110110100 | e8a087e6bb84efbdb4 |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)