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 | ??an??anB | 001111110011111101100001011011100011111100111111011000010110111001000010 | 3f3f616e3f3f616e42 |
SJIS-WIN | 偲痔an偲痔anB | 10001110110000111000111010100100011000010110111010001110110000111000111010100100011000010110111001000010 | 8ec38ea4616e8ec38ea4616e42 |
EUC-JP | 偲痔an偲痔anB | 10111100110001011011110010100110011000010110111010111100110001011011110010100110011000010110111001000010 | bcc5bca6616ebcc5bca6616e42 |
UTF-8 | 偲痔an偲痔anB | 1110010110000001101100101110011110010111100101000110000101101110111001011000000110110010111001111001011110010100011000010110111001000010 | e581b2e79794616ee581b2e79794616e42 |
UHC | ?痔an?痔anB | 0011111111110110110000000110000101101110001111111111011011000000011000010110111001000010 | 3ff6c0616e3ff6c0616e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)