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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鯀鯀B | 111101101110001111101001101111111111011011100011111010011011111101000010 | f6e3e9bff6e3e9bf42 |
EUC-JP | ?鯀?鯀B | 00111111111100101100000100111111111100101100000101000010 | 3ff2c13ff2c142 |
UTF-8 | 鯀鯀B | 11101110100101001000101011101001101011111000000011101110100101001000101011101001101011111000000001000010 | ee948ae9af80ee948ae9af8042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)