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 | ½×³ë² | 1011110111010111101100111110101110110010 | bdd7b3ebb2 |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ?×?ë? | 0011111110100001110111110011111110001111101010111011001100111111 | 3fa1df3f8fabb33f |
UTF-8 | ½×³ë² | 11000010101111011100001110010111110000101011001111000011101010111100001010110010 | c2bdc397c2b3c3abc2b2 |
UHC | ½×³?² | 101010001111011010100001101111111010100111111000001111111010100111110111 | a8f6a1bfa9f83fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)