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 | 劾?? | 10001010010011100011111100111111 | 8a4e3f3f |
EUC-JP | 劾?? | 10110011101011110011111100111111 | b3af3f3f |
UTF-8 | 劾믫슎 | 111001011000101010111110111010111010111110101011111011001000101010001110 | e58abeebafabec8a8e |
UHC | 劾믫슎 | 111110101011011010010010111011011001101010011110 | fab692ed9a9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)