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 | 夕?鮮 | 1001011101011011001111111001000101001110 | 975b3f914e |
EUC-JP | 夕饍鮮 | 11001101101111001000111111101000111011011100000110101111 | cdbc8fe8edc1af |
UTF-8 | 夕饍鮮 | 111001011010010010010101111010011010010110001101111010011010111010101110 | e5a495e9a58de9aeae |
UHC | 夕饍鮮 | 111000001010101011100000110101111110000011011000 | e0aae0d7e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)