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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉗ィ竕ヲ螟冶 | 11100111111001111010100011100010100010011010011011100101101001001001011011101000 | e7e7a8e289a6e5a496e8 |
EUC-JP | 鉗ィ竕ヲ螟冶 | 111011101110100110001110101010001110001111101001100011101010011011101010101001101100110011101010 | eee98ea8e3e98ea6eaa6ccea |
UTF-8 | 鉗ィ竕ヲ螟冶 | 111010011000100110010111111011111011110110101000111001111010101110010101111011111011110110100110111010001001111010011111111001011000011010110110 | e98997efbda8e7ab95efbda6e89e9fe586b6 |
UHC | 鉗???螟冶 | 110011001100011000111111001111110011111111011001101011011110010110100111 | ccc63f3f3fd9ade5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)