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 | 11101000111110001011100001000101 | e8f8b845 |
SJIS-WIN | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
EUC-JP | èø¸E | 10001111101010111011001010001111101010011100110010001111101000101011000101000101 | 8fabb28fa9cc8fa2b145 |
UTF-8 | èø¸E | 11000011101010001100001110111000110000101011100001000101 | c3a8c3b8c2b845 |
UHC | ?ø¸E | 001111111010100110101010101000101010110001000101 | 3fa9aaa2ac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)