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 | 11100110100111001000100111101011101111111010000101000101 | e69c89ebbfa145 |
EUC-JP | 譛雅ソ。E | 111010111111110010110010111011011000111010111111100011101010000101000101 | ebfcb2ed8ebf8ea145 |
UTF-8 | 譛雅ソ。E | 11101000101011011001101111101001100110111000010111101111101111011011111111101111101111011010000101000101 | e8ad9be99b85efbdbfefbda145 |
UHC | ?雅??E | 001111111110010010111010001111110011111101000101 | 3fe4ba3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)