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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????幼 | 0011111100111111001111110011111100111111001111111001011101100011 | 3f3f3f3f3f3f9763 |
EUC-JP | ??????幼 | 0011111100111111001111110011111100111111001111111100110111000100 | 3f3f3f3f3f3fcdc4 |
UTF-8 | 樂뺤꺓琉듯렲幼 | 111011111010011010111111111010111011101010100100111010101011101010010011111011111010011110001100111010111001001110101111111010111010000010110010111001011011100110111100 | efa6bfebbaa4eaba93efa78ceb93afeba0b2e5b9bc |
UHC | 樂뺤꺓琉듯렲幼 | 1110100011111001100101011110110010000011101110011110101110100100101101011110110110001110101111111110101011101010 | e8f995ec83b9eba4b5ed8ebfeaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)