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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???除??? | 0011111100111111001111111000111110011100001111110011111100111111 | 3f3f3f8f9c3f3f3f |
EUC-JP | ???除??? | 0011111100111111001111111011110111111100001111110011111100111111 | 3f3f3fbdfc3f3f3f |
UTF-8 | 易쇘뱌除곈렖렕 | 111011111010011110100000111011001000011110011000111010111011000110001100111010011001100110100100111010101011001110001000111010111010000010010110111010111010000010010101 | efa7a0ec8798ebb18ce999a4eab388eba096eba095 |
UHC | 易쇘뱌除곈렖렕 | 1110110010101111101111001110011110111001111100101111000010110110101100001110100110001110101010111000111010101010 | ecafbce7b9f2f0b6b0e98eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)