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 | ì¥Wç´ | 11101100100010001010010101010111111001111011010010000110 | ec88a557e7b486 |
SJIS-WIN | ??¥W?´? | 001111110011111110000001100011110101011100111111100000010100110000111111 | 3f3f818f573f814c3f |
EUC-JP | ì??Wç´? | 100011111010101111000000001111110011111101010111100011111010101110101110101000011010110100111111 | 8fabc03f3f578fabaea1ad3f |
UTF-8 | ì¥Wç´ | 11000011101011001100001010001000110000101010010101010111110000111010011111000010101101001100001010000110 | c3acc288c2a557c3a7c2b4c286 |
UHC | ???W?´? | 0011111100111111001111110101011100111111101000101010010100111111 | 3f3f3f573fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)