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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 獻猾痂E | 11100000110110011110000011001111111000010110111101000101 | e0d9e0cfe16f45 |
EUC-JP | 獻猾痂E | 11100000110110111110000011010001111000011101000001000101 | e0dbe0d1e1d045 |
UTF-8 | 獻猾痂E | 11100111100011011011101111100111100011001011111011100111100101111000001001000101 | e78dbbe78cbee7978245 |
UHC | 獻猾痂E | 11111010110011001111110011000010110010101011001001000101 | faccfcc2cab245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)