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 | çô°ï½° | 111001111111010010110000111011111011110110110000 | e7f4b0efbdb0 |
SJIS-WIN | ??°??° | 0011111100111111100000011000101100111111001111111000000110001011 | 3f3f818b3f3f818b |
EUC-JP | çô°ï?° | 1000111110101011101011101000111110101011110101001010000111101011100011111010101111000001001111111010000111101011 | 8fabae8fabd4a1eb8fabc13fa1eb |
UTF-8 | çô°ï½° | 110000111010011111000011101101001100001010110000110000111010111111000010101111011100001010110000 | c3a7c3b4c2b0c3afc2bdc2b0 |
UHC | ??°?½° | 001111110011111110100001110001100011111110101000111101101010000111000110 | 3f3fa1c63fa8f6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)