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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韵竺鈐 | 111010001110111110001110101100011111101111000010 | e8ef8eb1fbc2 |
EUC-JP | 韵竺鈐 | 11110000111100011011110010110011100011111110001111000001 | f0f1bcb38fe3c1 |
UTF-8 | 韵竺鈐 | 111010011001111110110101111001111010101110111010111010011000100010010000 | e99fb5e7abbae98890 |
UHC | ?竺鈐 | 0011111111110101111001111100110010100010 | 3ff5e7cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)