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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??飾??軾^ | 001111110011111110001111111111000011111100111111111001110110011101011110 | 3f3f8ffc3f3fe7675e |
EUC-JP | ??飾??軾^ | 001111110011111110111110111111100011111100111111111011011100100001011110 | 3f3fbefe3f3fedc85e |
UTF-8 | 컫롛飾컫롛軾^ | 11101100101110111010101111101011101000011001101111101001101000111011111011101100101110111010101111101011101000011001101111101000101110111011111001011110 | ecbbabeba19be9a3beecbbabeba19be8bbbe5e |
UHC | 컫롛飾컫롛軾^ | 11000100110000101000111011011111111000111101111011000100110000101000111011011111111000111101110001011110 | c4c28edfe3dec4c28edfe3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)