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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??鳶 | 111000000110100100111111001111111001001111001110 | e0693f3f93ce |
EUC-JP | 瀛??鳶 | 110111111100101000111111001111111100011011010000 | dfca3f3fc6d0 |
UTF-8 | 瀛뒒뢗鳶 | 111001111000000010011011111010111001001010010010111010111010001010010111111010011011001110110110 | e7809beb9292eba297e9b3b6 |
UHC | 瀛뒒뢗鳶 | 1110011110111010100010101000111110001111010100101110011011101001 | e7ba8a8f8f52e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)