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 | 除徑??? | 10001111100111001001110001101100001111110011111100111111 | 8f9c9c6c3f3f3f |
EUC-JP | 除徑??? | 10111101111111001101011111001101001111110011111100111111 | bdfcd7cd3f3f3f |
UTF-8 | 除徑븀렟렠 | 111010011001100110100100111001011011111010010001111010111011100010000000111010111010000010011111111010111010000010100000 | e999a4e5be91ebb880eba09feba0a0 |
UHC | 除徑븀렟렠 | 11110000101101101100110011010011101110101110011110001110101100001000111010110001 | f0b6ccd3bae78eb08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)