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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 窕@窕@B | 11100010011110010100000011100010011110010100000001000010 | e27940e2794042 |
EUC-JP | 窕@窕@B | 11100011110110100100000011100011110110100100000001000010 | e3da40e3da4042 |
UTF-8 | 窕@窕@B | 111001111010101010010101010000001110011110101010100101010100000001000010 | e7aa9540e7aa954042 |
UHC | 窕@窕@B | 11110000110101110100000011110000110101110100000001000010 | f0d740f0d74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)