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 | 讌れЦ | 111001101010010110000010111010101000010001010111 | e6a582ea8457 |
EUC-JP | 讌れЦ | 111011001010011110100100111011001010011110111000 | eca7a4eca7b8 |
UTF-8 | 讌れЦ | 1110100010101110100011001110001110000010100011001101000010100110 | e8ae8ce3828cd0a6 |
UHC | ?れЦ | 0011111110101010111011001010110010111000 | 3faaecacb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)