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 | 髢シ蟶カ縺 | 1110100110010110101111001110010110111000101101101110001110000001 | e996bce5b8b6e381 |
EUC-JP | 髢シ蟶カ縺 | 11110001111101101000111010111100111010101011101010001110101101101110010111100001 | f1f68ebceaba8eb6e5e1 |
UTF-8 | 髢シ蟶カ縺 | 111010011010101110100010111011111011110110111100111010001001111110110110111011111011110110110110111001111011100010111010 | e9aba2efbdbce89fb6efbdb6e7b8ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)