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 | 鶻烋 | 11101010010100101110000001111101 | ea52e07d |
EUC-JP | 鶻烋 | 11110011101100111101111111011110 | f3b3dfde |
UTF-8 | 鶻烋 | 111010011011011010111011111001111000001110001011 | e9b6bbe7838b |
UHC | ?烋 | 001111111111110111001110 | 3ffdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)