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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮏イ鄂 | 1111110001000011101100101110011110111101 | fc43b2e7bd |
EUC-JP | 鮏イ鄂 | 10001111111010101101101110001110101100101110111010111111 | 8feadb8eb2eebf |
UTF-8 | 鮏イ鄂 | 111010011010111010001111111011111011110110110010111010011000010010000010 | e9ae8fefbdb2e98482 |
UHC | ??鄂 | 00111111001111111110010011000111 | 3f3fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)