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 | ??R?? | 0011111100111111010100100011111100111111 | 3f3f523f3f |
SJIS-WIN | 淨?R源? | 10011111110001000011111101010010100011001011100100111111 | 9fc43f528cb93f |
EUC-JP | 淨?R源? | 11011110110001100011111101010010101110001011101100111111 | dec63f52b8bb3f |
UTF-8 | 淨렠R源렰 | 11100110101101111010100011101011101000001010000001010010111001101011101010010000111010111010000010110000 | e6b7a8eba0a052e6ba90eba0b0 |
UHC | 淨렠R源렰 | 111011111110010010001110101100010101001011101010101110011000111010111101 | efe48eb152eab98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)