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 | 猥燿琲 | 111000001100111011100000101000001110000011101000 | e0cee0a0e0e8 |
EUC-JP | 猥燿琲 | 111000001101000011100000101000101110000011101010 | e0d0e0a2e0ea |
UTF-8 | 猥燿琲 | 111001111000110010100101111001111000011110111111111001111001000010110010 | e78ca5e787bfe790b2 |
UHC | 猥燿? | 1110100011100101111010001111110000111111 | e8e5e8fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)