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 | ?湍? | 00111111100111111101100000111111 | 3f9fd83f |
EUC-JP | 塡湍塡 | 1000111110111000101101001101111011011010100011111011100010110100 | 8fb8b4deda8fb8b4 |
UTF-8 | 塡湍塡 | 111001011010000110100001111001101011100110001101111001011010000110100001 | e5a1a1e6b98de5a1a1 |
UHC | 塡湍塡 | 111011101111001111010011101011001110111011110011 | eef3d3aceef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)