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 | ??^z??^zB | 001111110011111101011110011110100011111100111111010111100111101001000010 | 3f3f5e7a3f3f5e7a42 |
SJIS-WIN | レゥ^zレゥ^zB | 110110101010100101011110011110101101101010101001010111100111101001000010 | daa95e7adaa95e7a42 |
EUC-JP | レゥ^zレゥ^zB | 10001110110110101000111010101001010111100111101010001110110110101000111010101001010111100111101001000010 | 8eda8ea95e7a8eda8ea95e7a42 |
UTF-8 | レゥ^zレゥ^zB | 1110111110111110100110101110111110111101101010010101111001111010111011111011111010011010111011111011110110101001010111100111101001000010 | efbe9aefbda95e7aefbe9aefbda95e7a42 |
UHC | ??^z??^zB | 001111110011111101011110011110100011111100111111010111100111101001000010 | 3f3f5e7a3f3f5e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)