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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ??o | 001111110011111101101111 | 3f3f6f |
UTF-8 | 렱롕o | 11101011101000001011000111101011101000011001010101101111 | eba0b1eba1956f |
UHC | 렱롕o | 1000111010111110100011101101100101101111 | 8ebe8ed96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)