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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?右 | 001111111000100101000101 | 3f8945 |
EUC-JP | ?右 | 001111111011000110100110 | 3fb1a6 |
UTF-8 | 쑭右 | 111011001001000110101101111001011000111110110011 | ec91ade58fb3 |
UHC | 쑭右 | 10011100110010001110100111010011 | 9cc8e9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)