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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?嶼[?嶼[^ | 001111111001101111010111010110110011111110011011110101110101101101011110 | 3f9bd75b3f9bd75b5e |
EUC-JP | ?嶼[?嶼[^ | 001111111101011011011001010110110011111111010110110110010101101101011110 | 3fd6d95b3fd6d95b5e |
UTF-8 | 䵼嶼[䵼嶼[^ | 111001001011010110111100111001011011011010111100010110111110010010110101101111001110010110110110101111000101101101011110 | e4b5bce5b6bc5be4b5bce5b6bc5b5e |
UHC | ?嶼[?嶼[^ | 001111111101111111101100010110110011111111011111111011000101101101011110 | 3fdfec5b3fdfec5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)