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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芫鰹醜芻 | 1110010010001011100010101000111110001111010110001110010010001101 | e48b8a8f8f58e48d |
EUC-JP | 芫鰹醜芻 | 1110011111101011101100111110111110111101101110011110011111101101 | e7ebb3efbdb9e7ed |
UTF-8 | 芫鰹醜芻 | 111010001000101010101011111010011011000010111001111010011000011010011100111010001000101010111011 | e88aabe9b0b9e9869ce88abb |
UHC | ??醜芻 | 001111110011111111110101110111011111010111010110 | 3f3ff5ddf5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)