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 | 昌ッ治 | 1000111110111001101011111000111010100001 | 8fb9af8ea1 |
EUC-JP | 昌ッ治 | 101111101011101110001110101011111011110010100011 | bebb8eafbca3 |
UTF-8 | 昌ッ治 | 111001101001100010001100111011111011110110101111111001101011001010111011 | e6988cefbdafe6b2bb |
UHC | 昌?治 | 1111001111100011001111111111011010111101 | f3e33ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)