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 | ????▼ | 001111110011111100111111001111111000000110100101 | 3f3f3f3f81a5 |
EUC-JP | ????▼ | 001111110011111100111111001111111010001010100111 | 3f3f3f3fa2a7 |
UTF-8 | 렠렶렺뤒▼ | 111010111010000010100000111010111010000010110110111010111010000010111010111010111010010010010010111000101001011010111100 | eba0a0eba0b6eba0baeba492e296bc |
UHC | 렠렶렺뤒▼ | 10001110101100011000111011000001100011101100001010001111110000101010000111100101 | 8eb18ec18ec28fc2a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)