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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 闕オ蛟題イッE | 11101000100011011011010111100101100000001001000111101000101100101010111101000101 | e88db5e58091e8b2af45 |
EUC-JP | 闕オ蛟題イッE | 11101111111011011000111010110101111010011110000011000010111010101000111010110010100011101010111101000101 | efed8eb5e9e0c2ea8eb28eaf45 |
UTF-8 | 闕オ蛟題イッE | 11101001100101111001010111101111101111011011010111101000100110111001111111101001101000011000110011101111101111011011001011101111101111011010111101000101 | e99795efbdb5e89b9fe9a18cefbdb2efbdaf45 |
UHC | 闕?蛟題??E | 11001111111101000011111111001110111100011111000010111001001111110011111101000101 | cff43fcef1f0b93f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)