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 | ??ak | 00111111001111110110000101101011 | 3f3f616b |
SJIS-WIN | ??ak | 00111111001111110110000101101011 | 3f3f616b |
EUC-JP | ?戽ak | 001111111000111110111111101100100110000101101011 | 3f8fbfb2616b |
UTF-8 | Ⳋ戽ak | 1110001010110011100010101110011010001000101111010110000101101011 | e2b38ae688bd616b |
UHC | ??ak | 00111111001111110110000101101011 | 3f3f616b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)