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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 硝?貘焦 | 10001111110010010011111111100110110000001000111111000101 | 8fc93fe6c08fc5 |
EUC-JP | 硝隮貘焦 | 101111101100101110001111111001101110111011101100110000101011111011000111 | becb8fe6eeecc2bec7 |
UTF-8 | 硝隮貘焦 | 111001111010000110011101111010011001101010101110111010001011001010011000111001111000010010100110 | e7a19de99aaee8b298e784a6 |
UHC | 硝??焦 | 111101011010011000111111001111111111010110100101 | f5a63f3ff5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)