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 | ׮ѣ | 11010111101011101101000110100011 | d7aed1a3 |
SJIS-WIN | ×??£ | 100000010111111000111111001111111000000110010010 | 817e3f3f8192 |
EUC-JP | ׮ѣ | 10100001110111111000111110100010111011101000111110101010110100001010000111110010 | a1df8fa2ee8faad0a1f2 |
UTF-8 | ׮ѣ | 1100001110010111110000101010111011000011100100011100001010100011 | c397c2aec391c2a3 |
UHC | ×®?? | 101000011011111110100010111001110011111100111111 | a1bfa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)