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 | 1111000010101000100011101011110101101111 | f0a88ebd6f |
EUC-JP | ?漆o | 00111111101111001011111101101111 | 3fbcbf6f |
UTF-8 | 漆o | 11101110100000011010011111100110101111001000011001101111 | ee81a7e6bc866f |
UHC | ?漆o | 00111111111101101101010001101111 | 3ff6d46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)