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 | ×¥åº | 11010111101001011110010110111010 | d7a5e5ba |
SJIS-WIN | ×¥?? | 100000010111111010000001100011110011111100111111 | 817e818f3f3f |
EUC-JP | ×?åº | 101000011101111100111111100011111010101110101001100011111010001011101011 | a1df3f8faba98fa2eb |
UTF-8 | ×¥åº | 1100001110010111110000101010010111000011101001011100001010111010 | c397c2a5c3a5c2ba |
UHC | ×??º | 101000011011111100111111001111111010100010101100 | a1bf3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)