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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奧??掖? | 10011010111110100011111100111111100111010111010000111111 | 9afa3f3f9d743f |
EUC-JP | 奧??掖? | 11010100111111000011111100111111110110011101010100111111 | d4fc3f3fd9d53f |
UTF-8 | 奧섉퍚掖흖 | 111001011010010110100111111011001000010010001001111011011000110110011010111001101000111010010110111011011001110110010110 | e5a5a7ec8489ed8d9ae68e96ed9d96 |
UHC | 奧섉퍚掖흖 | 11100111111100111001100011100110101110111001000111100100111110101100100011101000 | e7f398e6bb91e4fac8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)