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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 若잏뼻D若잏뼻D^ | 111011111010010110110100111011001001111010001111111010111011110010111011010001001110111110100101101101001110110010011110100011111110101110111100101110110100010001011110 | efa5b4ec9e8febbcbb44efa5b4ec9e8febbcbb445e |
UHC | 若잏뼻D若잏뼻D^ | 111001011010111010011111111001111001011010111110010001001110010110101110100111111110011110010110101111100100010001011110 | e5ae9fe796be44e5ae9fe796be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)