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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謨守カソ縺 | 1110011010010101100011101110011110110110101111111110001110000001 | e6958ee7b6bfe381 |
EUC-JP | 謨守カソ縺 | 11101011111101011011110011101001100011101011011010001110101111111110010111100001 | ebf5bce98eb68ebfe5e1 |
UTF-8 | 謨守カソ縺 | 111010001010110010101000111001011010111010001000111011111011110110110110111011111011110110111111111001111011100010111010 | e8aca8e5ae88efbdb6efbdbfe7b8ba |
UHC | 謨守??? | 11011001110010001110000111111010001111110011111100111111 | d9c8e1fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)