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 | ?髮?簿? | 00111111111010011001101100111111100101011110101100111111 | 3fe99b3f95eb3f |
EUC-JP | ?髮?簿? | 00111111111100011111101100111111110010101110110100111111 | 3ff1fb3fcaed3f |
UTF-8 | 렺髮렺簿렺 | 111010111010000010111010111010011010101110101110111010111010000010111010111001111011000010111111111010111010000010111010 | eba0bae9abaeeba0bae7b0bfeba0ba |
UHC | 렺髮렺簿렺 | 10001110110000101101101110100101100011101100001011011101101011011000111011000010 | 8ec2dba58ec2ddad8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)