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 | ????考 | 001111110011111100111111001111111000110101101100 | 3f3f3f3f8d6c |
EUC-JP | ????考 | 001111110011111100111111001111111011100111001101 | 3f3f3f3fb9cd |
UTF-8 | 렺뗘렮렺考 | 111010111010000010111010111010111001011110011000111010111010000010101110111010111010000010111010111010001000000010000011 | eba0baeb9798eba0aeeba0bae88083 |
UHC | 렺뗘렮렺考 | 10001110110000101011011011000101100011101011101110001110110000101100110111000101 | 8ec2b6c58ebb8ec2cdc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)