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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????仇? | 00111111001111110011111100111111100010110111011100111111 | 3f3f3f3f8b773f |
EUC-JP | ????仇? | 00111111001111110011111100111111101101011101100000111111 | 3f3f3f3fb5d83f |
UTF-8 | 렳롈롖뤷仇렋 | 111010111010000010110011111010111010000110001000111010111010000110010110111010111010010010110111111001001011101110000111111010111010000010001011 | eba0b3eba188eba196eba4b7e4bb87eba08b |
UHC | 렳롈롖뤷仇렋 | 100011101100000010001110110011101000111011011010100011111110010111001110111110111000111010100010 | 8ec08ece8eda8fe5cefb8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)