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 | 묵롛飾묵롛軾^ | 11101011101011001011010111101011101000011001101111101001101000111011111011101011101011001011010111101011101000011001101111101000101110111011111001011110 | ebacb5eba19be9a3beebacb5eba19be8bbbe5e |
UHC | 묵롛飾묵롛軾^ | 10111001101011001000111011011111111000111101111010111001101011001000111011011111111000111101110001011110 | b9ac8edfe3deb9ac8edfe3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)