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 | 驍∵・「隧 | 1110100110000010100000011110011010100101101000101110100010101001 | e98281e6a5a2e8a9 |
EUC-JP | 驍∵・「隧 | 11110001111000101010001011101000100011101010010110001110101000101111000010101011 | f1e2a2e88ea58ea2f0ab |
UTF-8 | 驍∵・「隧 | 111010011010100110001101111000101000100010110101111011111011110110100101111011111011110110100010111010011001101010100111 | e9a98de288b5efbda5efbda2e99aa7 |
UHC | 驍∵??隧 | 1111110110100100101000011111000100111111001111111110001011001010 | fda4a1f13f3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)