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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 促造嘆狸E | 100100011010001110010001101000101001001001010001100100100100101101000101 | 91a391a29251924b45 |
EUC-JP | 促造嘆狸E | 110000101010010111000010101001001100001110110010110000111010110001000101 | c2a5c2a4c3b2c3ac45 |
UTF-8 | 促造嘆狸E | 11100100101111111000001111101001100000001010000011100101100110001000011011100111100010111011100001000101 | e4bf83e980a0e59886e78bb845 |
UHC | 促造嘆狸E | 111101011011010111110000111000111111011110100011110101111110000101000101 | f5b5f0e3f7a3d7e145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)