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 | 昌ッ爵 | 1000111110111001101011111000111011011101 | 8fb9af8edd |
EUC-JP | 昌ッ爵 | 101111101011101110001110101011111011110011011111 | bebb8eafbcdf |
UTF-8 | 昌ッ爵 | 111001101001100010001100111011111011110110101111111001111000100010110101 | e6988cefbdafe788b5 |
UHC | 昌?爵 | 1111001111100011001111111110110111001001 | f3e33fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)