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 | ???好? | 001111110011111100111111100011010100010000111111 | 3f3f3f8d443f |
EUC-JP | ???好? | 001111110011111100111111101110011010010100111111 | 3f3f3fb9a53f |
UTF-8 | 렱렱렎好롖 | 111010111010000010110001111010111010000010110001111010111010000010001110111001011010010110111101111010111010000110010110 | eba0b1eba0b1eba08ee5a5bdeba196 |
UHC | 렱렱렎好롖 | 10001110101111101000111010111110100011101010010011111011101111111000111011011010 | 8ebe8ebe8ea4fbbf8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)