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 | 碍??? | 1000101001010110001111110011111100111111 | 8a563f3f3f |
EUC-JP | 碍??? | 1011001110110111001111110011111100111111 | b3b73f3f3f |
UTF-8 | 碍럩륮女 | 111001111010001010001101111010111001111110101001111010111010010110101110111011111010011010000001 | e7a28deb9fa9eba5aeefa681 |
UHC | 碍럩륮女 | 1110010011110100100011101000110010010000010011111110010111111100 | e4f48e8c904fe5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)