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 | 11111011010000101001101111100111100101101011111001101111 | fb429be796be6f |
EUC-JP | 淏帷明o | 1000111111000111110110011101011011101001110011001100000001101111 | 8fc7d9d6e9ccc06f |
UTF-8 | 淏帷明o | 11100110101101111000111111100101101110001011011111100110100110001000111001101111 | e6b78fe5b8b7e6988e6f |
UHC | 淏?明o | 111110111100100000111111110110011010010101101111 | fbc83fd9a56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)