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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?猜^ | 00111111111000001100100001011110 | 3fe0c85e |
EUC-JP | ?猜^ | 00111111111000001100101001011110 | 3fe0ca5e |
UTF-8 | 안猜^ | 11101100100101011000100011100111100011001001110001011110 | ec9588e78c9c5e |
UHC | 안猜^ | 1011111011001000111000111100010001011110 | bec8e3c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)