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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕オ蜻育カ | 1110100010111000101101011110010110010001100010001110011110110110 | e8b8b5e59188e7b6 |
EUC-JP | 雕オ蜻育カ | 11110000101110101000111010110101111010011111000110110000111010011000111010110110 | f0ba8eb5e9f1b0e98eb6 |
UTF-8 | 雕オ蜻育カ | 111010011001101110010101111011111011110110110101111010001001110010111011111010001000001010110010111011111011110110110110 | e99b95efbdb5e89cbbe882b2efbdb6 |
UHC | 雕??育? | 11110000111001110011111100111111111010111100000000111111 | f0e73f3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)