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 | ?楓??? | 001111111001010110010110001111110011111100111111 | 3f95963f3f3f |
EUC-JP | ?楓??? | 001111111100100111110110001111110011111100111111 | 3fc9f63f3f3f |
UTF-8 | 렻楓렔렦렶 | 111010111010000010111011111001101010010110010011111010111010000010010100111010111010000010100110111010111010000010110110 | eba0bbe6a593eba094eba0a6eba0b6 |
UHC | 렻楓렔렦렶 | 10001110110000111111100110100011100011101010100110001110101101011000111011000001 | 8ec3f9a38ea98eb58ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)