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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤?滓?佇 | 1001001011100111001111111001111111100110001111111001100011001000 | 92e73f9fe63f98c8 |
EUC-JP | 堤?滓?佇 | 1100010011101001001111111101111011101000001111111101000011001010 | c4e93fdee83fd0ca |
UTF-8 | 堤렕滓렧佇 | 111001011010000010100100111010111010000010010101111001101011101110010011111010111010000010100111111001001011110110000111 | e5a0a4eba095e6bb93eba0a7e4bd87 |
UHC | 堤렕滓렧佇 | 11110000101001111000111010101010111011101010101110001110101101101110111010110111 | f0a78eaaeeab8eb6eeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)