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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?尉??尉?^ | 001111111000100011010001001111110011111110001000110100010011111101011110 | 3f88d13f3f88d13f5e |
EUC-JP | ?尉??尉?^ | 001111111011000011010011001111110011111110110000110100110011111101011110 | 3fb0d33f3fb0d33f5e |
UTF-8 | 렳尉렽렳尉렽^ | 11101011101000001011001111100101101100001000100111101011101000001011110111101011101000001011001111100101101100001000100111101011101000001011110101011110 | eba0b3e5b089eba0bdeba0b3e5b089eba0bd5e |
UHC | 렳尉렽렳尉렽^ | 10001110110000001110101011001111100011101100010110001110110000001110101011001111100011101100010101011110 | 8ec0eacf8ec58ec0eacf8ec55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)