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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 浯溽明o | 11111010111111001001111111100111100101101011111001101111 | fafc9fe796be6f |
EUC-JP | 浯溽明o | 1000111111000111110000111101111011101001110011001100000001101111 | 8fc7c3dee9ccc06f |
UTF-8 | 浯溽明o | 11100110101101011010111111100110101110101011110111100110100110001000111001101111 | e6b5afe6babde6988e6f |
UHC | ??明o | 0011111100111111110110011010010101101111 | 3f3fd9a56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)