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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 狸単@B | 100100100100101110010010010100000100000001000010 | 924b92504042 |
EUC-JP | 狸単@B | 110000111010110011000011101100010100000001000010 | c3acc3b14042 |
UTF-8 | 狸単@B | 1110011110001011101110001110010110001101100110000100000001000010 | e78bb8e58d984042 |
UHC | 狸?@B | 1101011111100001001111110100000001000010 | d7e13f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)