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 | 酉←? | 1001001111010001100000011010100100111111 | 93d181a93f |
EUC-JP | 酉←? | 1100011011010011101000101010101100111111 | c6d3a2ab3f |
UTF-8 | 酉←뮵 | 111010011000010110001001111000101000011010010000111010111010111010110101 | e98589e28690ebaeb5 |
UHC | 酉←뮵 | 111010111011011110100001111001111001001010111101 | ebb7a1e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)