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 | 粗祖? | 1001000101100101100100010110001100111111 | 916591633f |
EUC-JP | 粗祖? | 1100000111000110110000011100010000111111 | c1c6c1c43f |
UTF-8 | 粗祖렏 | 111001111011001010010111111001111010010110010110111010111010000010001111 | e7b297e7a596eba08f |
UHC | 粗祖렏 | 111100001101100011110000110100111000111010100101 | f0d8f0d38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)