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 | ???膾? | 001111110011111100111111111001000101100100111111 | 3f3f3fe4593f |
EUC-JP | ???膾? | 001111110011111100111111111001111011101000111111 | 3f3f3fe7ba3f |
UTF-8 | 앉뤎곪膾컣 | 111011001001010110001001111010111010010010001110111010101011001110101010111010001000011010111110111011001011101110100011 | ec9589eba48eeab3aae886beecbba3 |
UHC | 앉뤎곪膾컣 | 10111110110010011000111110111110101100001111001011111100111011001011000010001110 | bec98fbeb0f2fcecb08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)