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 | 譏戊梢 | 111001101001100010010101111010001000111110111101 | e69895e88fbd |
EUC-JP | 譏戊梢 | 111010111111100011001010111010101011111010111111 | ebf8caeabebf |
UTF-8 | 譏戊梢 | 111010001010110110001111111001101000100010001010111001101010001010100010 | e8ad8fe6888ae6a2a2 |
UHC | 譏戊梢 | 110100011100000111011001111001101111010011111110 | d1c1d9e6f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)