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 | ???膾莖 | 00111111001111110011111111100100010110011110010010110001 | 3f3f3fe459e4b1 |
EUC-JP | ???膾莖 | 00111111001111110011111111100111101110101110100010110011 | 3f3f3fe7bae8b3 |
UTF-8 | 앉뤎곪膾莖 | 111011001001010110001001111010111010010010001110111010101011001110101010111010001000011010111110111010001000111010010110 | ec9589eba48eeab3aae886bee88e96 |
UHC | 앉뤎곪膾莖 | 10111110110010011000111110111110101100001111001011111100111011001100110011101100 | bec98fbeb0f2fcecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)