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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | テ堙催ィツセ] | 110000111001101011000011100011011100001110101000110000101011111001011101 | c39ac38dc3a8c2be5d |
EUC-JP | テ堙催ィツセ] | 10001110110000111101010011000101101110101100010110001110101010001000111011000010100011101011111001011101 | 8ec3d4c5bac58ea88ec28ebe5d |
UTF-8 | テ堙催ィツセ] | 11101111101111101000001111100101101000001001100111100101100000101010110011101111101111011010100011101111101111101000001011101111101111011011111001011101 | efbe83e5a099e582acefbda8efbe82efbdbe5d |
UHC | ??催???] | 0011111100111111111101011100101000111111001111110011111101011101 | 3f3ff5ca3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)