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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ーオ | 10110000111110001000111110110101 | b0f88fb5 |
EUC-JP | ー?オ | 1000111010110000001111111000111010110101 | 8eb03f8eb5 |
UTF-8 | ーオ | 111011111011110110110000111011101001100010101110111011111011110110110101 | efbdb0ee98aeefbdb5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)