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 | ¼Êº° | 10111100110010101011101010110000 | bccabab0 |
SJIS-WIN | ???° | 0011111100111111001111111000000110001011 | 3f3f3f818b |
EUC-JP | ?漡 | 001111111000111110101010101101001000111110100010111010111010000111101011 | 3f8faab48fa2eba1eb |
UTF-8 | ¼Êº° | 1100001010111100110000111000101011000010101110101100001010110000 | c2bcc38ac2bac2b0 |
UHC | ¼?º° | 10101000111110010011111110101000101011001010000111000110 | a8f93fa8aca1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)