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 | 111000011011111011001011111100101110000110111110110101111010000101000101 | e1becbf2e1bed7a145 |
EUC-JP | 眄ヒ?セラ。E | 111000101100000010001110110010110011111110001110101111101000111011010111100011101010000101000101 | e2c08ecb3f8ebe8ed78ea145 |
UTF-8 | 眄ヒセラ。E | 11100111100111001000010011101111101111101000101111101110100010001001100011101111101111011011111011101111101111101001011111101111101111011010000101000101 | e79c84efbe8bee8898efbdbeefbe97efbda145 |
UHC | 眄?????E | 1101100011111000001111110011111100111111001111110011111101000101 | d8f83f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)