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 | 100100100100000010010001101110000100000001000010 | 924091b84042 |
EUC-JP | 叩尊@B | 110000111010000111000010101110100100000001000010 | c3a1c2ba4042 |
UTF-8 | 叩尊@B | 1110010110001111101010011110010110110000100010100100000001000010 | e58fa9e5b08a4042 |
UHC | 叩尊@B | 110011011011000011110000111011100100000001000010 | cdb0f0ee4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)