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 | 逾懃カソ縺 | 1110011110100101100111001110011110110110101111111110001110000001 | e7a59ce7b6bfe381 |
EUC-JP | 逾懃カソ縺 | 11101110101001111101100011101001100011101011011010001110101111111110010111100001 | eea7d8e98eb68ebfe5e1 |
UTF-8 | 逾懃カソ縺 | 111010011000000010111110111001101000011110000011111011111011110110110110111011111011110110111111111001111011100010111010 | e980bee68783efbdb6efbdbfe7b8ba |
UHC | 逾懃??? | 11101011101101011101000011000100001111110011111100111111 | ebb5d0c43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)