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 | 佇?億?? | 10011000110010000011111110001001101011010011111100111111 | 98c83f89ad3f3f |
EUC-JP | 佇?億?? | 11010000110010100011111110110010101011110011111100111111 | d0ca3fb2af3f3f |
UTF-8 | 佇렡億띔짢 | 111001001011110110000111111010111010000010100001111001011000010010000100111010111001110110010100111011001010011110100010 | e4bd87eba0a1e58484eb9d94eca7a2 |
UHC | 佇렡億띔짢 | 11101110101101111000111010110010111001011110001010110110111010101100001010101000 | eeb78eb2e5e2b6eac2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)