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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爺e | 10010110111010101000001010000101 | 96ea8285 |
EUC-JP | 爺e | 11001100111011001010001111100101 | cceca3e5 |
UTF-8 | 爺e | 111001111000100010111010111011111011110110000101 | e788baefbd85 |
UHC | 爺e | 11100101101011001010001111100101 | e5aca3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)