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 | 昌ッ爵桒 | 10001111101110011010111110001110110111011111101011100011 | 8fb9af8eddfae3 |
EUC-JP | 昌ッ爵桒 | 101111101011101110001110101011111011110011011111100011111100001111001001 | bebb8eafbcdf8fc3c9 |
UTF-8 | 昌ッ爵桒 | 111001101001100010001100111011111011110110101111111001111000100010110101111001101010000110010010 | e6988cefbdafe788b5e6a192 |
UHC | 昌?爵? | 111100111110001100111111111011011100100100111111 | f3e33fedc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)