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 | ??檍?哀 | 00111111001111111001111011111000001111111000100010100011 | 3f3f9ef83f88a3 |
EUC-JP | ??檍?哀 | 00111111001111111101110011111010001111111011000010100101 | 3f3fdcfa3fb0a5 |
UTF-8 | 利렰檍렮哀 | 111011111010011110011101111010111010000010110000111001101010101010001101111010111010000010101110111001011001001110000000 | efa79deba0b0e6aa8deba0aee59380 |
UHC | 利렰檍렮哀 | 11101100101001101000111010111101111001011110010110001110101110111110010011101110 | eca68ebde5e58ebbe4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)