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 | ⅵ七鳬 | 111110100100010110001110101101011110100111101001 | fa458eb5e9e9 |
EUC-JP | ?七鳬 | 0011111110111100101101111111001011101011 | 3fbcb7f2eb |
UTF-8 | ⅵ七鳬 | 111000101000010110110101111001001011100010000011111010011011001110101100 | e285b5e4b883e9b3ac |
UHC | ⅵ七? | 1010010110100110111101101101001000111111 | a5a6f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)