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 | 消」ア | 100011111100000111110010111110111010001110110001 | 8fc1f2fba3b1 |
EUC-JP | 消?」ア | 10111110110000110011111110001110101000111000111010110001 | bec33f8ea38eb1 |
UTF-8 | 消」ア | 111001101011011010001000111011101000100010110010111011111011110110100011111011111011110110110001 | e6b688ee88b2efbda3efbdb1 |
UHC | 消??? | 1110000110111100001111110011111100111111 | e1bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)