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 | 雕育スキ豁 | 1110100010111000100010001110011110111101101101111110011010101101 | e8b888e7bdb7e6ad |
EUC-JP | 雕育スキ豁 | 11110000101110101011000011101001100011101011110110001110101101111110110010101111 | f0bab0e98ebd8eb7ecaf |
UTF-8 | 雕育スキ豁 | 111010011001101110010101111010001000001010110010111011111011110110111101111011111011110110110111111010001011000110000001 | e99b95e882b2efbdbdefbdb7e8b181 |
UHC | 雕育??豁 | 1111000011100111111010111100000000111111001111111111110011000011 | f0e7ebc03f3ffcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)