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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 猥???B | 111000001100111000111111001111110011111101000010 | e0ce3f3f3f42 |
EUC-JP | 猥???B | 111000001101000000111111001111110011111101000010 | e0d03f3f3f42 |
UTF-8 | 猥롋녿츉B | 11100111100011001010010111101011101000011000101111101011100001011011111111101100101110001000100101000010 | e78ca5eba18beb85bfecb88942 |
UHC | 猥롋녿츉B | 111010001110010110001110110100011000011011101011101011101000010101000010 | e8e58ed186ebae8542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)