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 | ½üº¢ | 10111101111111001011101010100010 | bdfcbaa2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | ?üº¢ | 001111111000111110101011111001001000111110100010111010111010000111110001 | 3f8fabe48fa2eba1f1 |
UTF-8 | ½üº¢ | 1100001010111101110000111011110011000010101110101100001010100010 | c2bdc3bcc2bac2a2 |
UHC | ½?º? | 101010001111011000111111101010001010110000111111 | a8f63fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)