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 | v®³ | 100011110111011010001101101011101000110010110011 | 8f768dae8cb3 |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | ?v?®?? | 0011111101110110001111111000111110100010111011100011111100111111 | 3f763f8fa2ee3f3f |
UTF-8 | v®³ | 1100001010001111011101101100001010001101110000101010111011000010100011001100001010110011 | c28f76c28dc2aec28cc2b3 |
UHC | ?v?®?³ | 0011111101110110001111111010001011100111001111111010100111111000 | 3f763fa2e73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)