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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?枇 | 001111111001010011111000 | 3f94f8 |
EUC-JP | ?枇 | 001111111100100011111010 | 3fc8fa |
UTF-8 | 暈枇 | 111011111010011110000101111001101001111010000111 | efa785e69e87 |
UHC | 暈枇 | 11101001111101111101110111101101 | e9f7dded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)