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 | 1001000110101100001111111001000110101100100100010110100101000101 | 91ac3f91ac916945 |
EUC-JP | 速?速訴E | 1100001010101110001111111100001010101110110000011100101001000101 | c2ae3fc2aec1ca45 |
UTF-8 | 速數速訴E | 11101001100000001001111111101111101001011010100111101001100000001001111111101000101010001011010001000101 | e9809fefa5a9e9809fe8a8b445 |
UHC | 速數速訴E | 111000011101110011011110111111001110000111011100111000011100110101000101 | e1dcdefce1dce1cd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)