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 | 語④??? | 10001100111010101000011101000011001111110011111100111111 | 8cea87433f3f3f |
EUC-JP | 語??靷? | 1011100011101100001111110011111110001111111001111011110100111111 | b8ec3f3f8fe7bd3f |
UTF-8 | 語④낮靷쪬 | 111010001010101010011110111000101001000110100011111010111000001010101110111010011001110110110111111011001010101010101100 | e8aa9ee291a3eb82aee99db7ecaaac |
UHC | 語④낮靷쪬 | 11100101110111101010100011101010101100111011011111101100111001101010011001000101 | e5dea8eab3b7ece6a645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)