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 | 111001011010000110011000010110011110010110100001100110000110001001000101 | e5a19859e5a1986245 |
EUC-JP | 蝪郎蝪話E | 111010101010001111001111101110101110101010100011110011111100001101000101 | eaa3cfbaeaa3cfc345 |
UTF-8 | 蝪郎蝪話E | 11101000100111011010101011101001100000111000111011101000100111011010101011101000101010011011000101000101 | e89daae9838ee89daae8a9b145 |
UHC | ???話E | 001111110011111100111111111111001010010101000101 | 3f3f3ffca545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)