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 | 100110010100010111100101111101011000100011000101100010001100010101000101 | 9945e5f588c588c545 |
EUC-JP | 僞襄闇闇E | 110100011010011011101010111101111011000011000111101100001100011101000101 | d1a6eaf7b0c7b0c745 |
UTF-8 | 僞襄闇闇E | 11100101100000111001111011101000101001011000010011101001100101111000011111101001100101111000011101000101 | e5839ee8a584e99787e9978745 |
UHC | 僞襄闇闇E | 111010101100101011100101110100011110010011100001111001001110000101000101 | eacae5d1e4e1e4e145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)