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 | 止?鷹?雨 | 1000111001111110001111111001000111101001001111111000100101001010 | 8e7e3f91e93f894a |
EUC-JP | 止?鷹?雨 | 1011101111011111001111111100001011101011001111111011000110101011 | bbdf3fc2eb3fb1ab |
UTF-8 | 止렣鷹렭雨 | 111001101010110110100010111010111010000010100011111010011011011110111001111010111010000010101101111010011001101110101000 | e6ada2eba0a3e9b7b9eba0ade99ba8 |
UHC | 止렣鷹렭雨 | 11110010101011011000111010110100111010111110110110001110101110101110100111101011 | f2ad8eb4ebed8ebae9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)