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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렳롈렶렞롚렚 | 111010111010000010110011111010111010000110001000111010111010000010110110111010111010000010011110111010111010000110011010111010111010000010011010 | eba0b3eba188eba0b6eba09eeba19aeba09a |
UHC | 렳롈렶렞롚렚 | 100011101100000010001110110011101000111011000001100011101010111110001110110111101000111010101101 | 8ec08ece8ec18eaf8ede8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)