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 | ???? | 0011111100111111001111110011111110101101 | 3f3f3f3fad |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 렺셔파셔 | 1110101110100000101110101110110010000101100101001110110110001100100011001110110010000101100101001100001010101101 | eba0baec8594ed8c8cec8594c2ad |
UHC | 렺셔파셔 | 10001110110000101011110011000101110001101100010010111100110001011010000110101001 | 8ec2bcc5c6c4bcc5a1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)