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 | 袙簫麼 | 111001011101100011100010110100101001101111110101 | e5d8e2d29bf5 |
EUC-JP | 袙簫麼 | 111010101101101011100100110101001101011011110111 | eadae4d4d6f7 |
UTF-8 | 袙簫麼 | 111010001010001010011001111001111011000010101011111010011011101010111100 | e8a299e7b0abe9babc |
UHC | ?簫? | 00111111111000011100011100111111 | 3fe1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)