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 | ?斫ⅳ? | 001111111001110111001111111110100100001100111111 | 3f9dcffa433f |
EUC-JP | ?斫?? | 0011111111011010110100010011111100111111 | 3fdad13f3f |
UTF-8 | 뤳斫ⅳ딴 | 111010111010010010110011111001101001011010101011111000101000010110110011111010111001010010110100 | eba4b3e696abe285b3eb94b4 |
UHC | 뤳斫ⅳ딴 | 1000111111100001111011011100010110100101101001001011010111111101 | 8fe1edc5a5a4b5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)