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 | 湜幟寒 | 111110110100011110011011111011101000101010100110 | fb479bee8aa6 |
EUC-JP | 湜幟寒 | 10001111110001111111110011010110111100001011010010101000 | 8fc7fcd6f0b4a8 |
UTF-8 | 湜幟寒 | 111001101011100110011100111001011011100110011111111001011010111110010010 | e6b99ce5b99fe5af92 |
UHC | 湜幟寒 | 111000111101011111110110101110101111100111001110 | e3d7f6baf9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)