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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鞨≫楔h | 11101000111000001000000111100010100111101011011001101000 | e8e081e29eb668 |
EUC-JP | 鞨≫楔h | 11110000111000101010001011100100110111001011100001101000 | f0e2a2e4dcb868 |
UTF-8 | 鞨≫楔h | 11101001100111101010100011100010100010011010101111100110101001011001010001101000 | e99ea8e289abe6a59468 |
UHC | 鞨≫楔h | 11001010111010101010000111101101111000001101101101101000 | caeaa1ede0db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)