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 | ÷¬UÒú | 1111011110101100010101011101001011111010 | f7ac55d2fa |
SJIS-WIN | ÷¬U?? | 10000001100000001000000111001010010101010011111100111111 | 818081ca553f3f |
EUC-JP | ÷¬UÒú | 1010000111100000101000101100110001010101100011111010101011010010100011111010101111100010 | a1e0a2cc558faad28fabe2 |
UTF-8 | ÷¬UÒú | 110000111011011111000010101011000101010111000011100100101100001110111010 | c3b7c2ac55c392c3ba |
UHC | ÷?U?? | 101000011100000000111111010101010011111100111111 | a1c03f553f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)