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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嶸??揖?^ | 1111101010110100001111110011111110010111010010110011111101011110 | fab43f3f974b3f5e |
EUC-JP | 嶸??揖?^ | 100011111011101111110100001111110011111111001101101011000011111101011110 | 8fbbf43f3fcdac3f5e |
UTF-8 | 嶸뗭옚揖풡^ | 11100101101101101011100011101011100101111010110111101100100110001001101011100110100011111001011011101101100100101010000101011110 | e5b6b8eb97adec989ae68f96ed92a15e |
UHC | 嶸뗭옚揖풡^ | 1110011110101110100010111110110010011110100111101110101111100111101111110100010001011110 | e7ae8bec9e9eebe7bf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)