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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昌ッ爵杦 | 10001111101110011010111110001110110111011111101011100001 | 8fb9af8eddfae1 |
EUC-JP | 昌ッ爵杦 | 101111101011101110001110101011111011110011011111100011111100001110100001 | bebb8eafbcdf8fc3a1 |
UTF-8 | 昌ッ爵杦 | 111001101001100010001100111011111011110110101111111001111000100010110101111001101001110110100110 | e6988cefbdafe788b5e69da6 |
UHC | 昌?爵? | 111100111110001100111111111011011100100100111111 | f3e33fedc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)