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 | 100100001100110011111011110110110011111101101111 | 90ccfbdb3f6f |
EUC-JP | 昔錞?o | 11000000110011101000111111100100110111000011111101101111 | c0ce8fe4dc3f6f |
UTF-8 | 昔錞栒o | 11100110100110001001010011101001100011001001111011100110101000001001001001101111 | e69894e98c9ee6a0926f |
UHC | 昔錞栒o | 11100000101011101110001011110110111000101110001101101111 | e0aee2f6e2e36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)