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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?綺\ | 00111111111000110101100101011100 | 3fe3595c |
EUC-JP | ?綺\ | 00111111111001011011101001011100 | 3fe5ba5c |
UTF-8 | 갉綺\ | 11101010101100001000100111100111101101101011101001011100 | eab089e7b6ba5c |
UHC | 갉綺\ | 1011000010100110110100011011101101011100 | b0a6d1bb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)