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 | 111010011011111111110110111000111110100110111111111101101110001101000010 | e9bff6e3e9bff6e342 |
EUC-JP | 鯀?鯀?B | 11110010110000010011111111110010110000010011111101000010 | f2c13ff2c13f42 |
UTF-8 | 鯀鯀B | 11101001101011111000000011101110100101001000101011101001101011111000000011101110100101001000101001000010 | e9af80ee948ae9af80ee948a42 |
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)