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 | 縡?除?∧ | 1110001101110001001111111000111110011100001111111000000111001000 | e3713f8f9c3f81c8 |
EUC-JP | 縡?除?∧ | 1110010111010010001111111011110111111100001111111010001011001010 | e5d23fbdfc3fa2ca |
UTF-8 | 縡렕除곕∧ | 111001111011100010100001111010111010000010010101111010011001100110100100111010101011001110010101111000101000100010100111 | e7b8a1eba095e999a4eab395e288a7 |
UHC | 縡렕除곕∧ | 11101110101011011000111010101010111100001011011010110000111010111010000111111100 | eead8eaaf0b6b0eba1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)