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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞘跚 | 100011111110001011110001111110111110011011100111 | 8fe2f1fbe6e7 |
EUC-JP | 鞘?跚 | 1011111011100100001111111110110011101001 | bee43fece9 |
UTF-8 | 鞘跚 | 111010011001111010011000111011101000010110110110111010001011011110011010 | e99e98ee85b6e8b79a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)