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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????珹? | 0011111100111111001111110011111110001111110010111111101100111111 | 3f3f3f3f8fcbfb3f |
UTF-8 | 렳롈롖뤷珹렋 | 111010111010000010110011111010111010000110001000111010111010000110010110111010111010010010110111111001111000111110111001111010111010000010001011 | eba0b3eba188eba196eba4b7e78fb9eba08b |
UHC | 렳롈롖뤷珹렋 | 100011101100000010001110110011101000111011011010100011111110010111100000111110111000111010100010 | 8ec08ece8eda8fe5e0fb8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)