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 | ??QE] | 0011111100111111010100010100010101011101 | 3f3f51455d |
SJIS-WIN | 霎ーQE] | 111010001011111010110000010100010100010101011101 | e8beb051455d |
EUC-JP | 霎ーQE] | 11110000110000001000111010110000010100010100010101011101 | f0c08eb051455d |
UTF-8 | 霎ーQE] | 111010011001110010001110111011111011110110110000010100010100010101011101 | e99c8eefbdb051455d |
UHC | ??QE] | 0011111100111111010100010100010101011101 | 3f3f51455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)