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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??艮^ | 0011111100111111100011011010111101011110 | 3f3f8daf5e |
EUC-JP | ??艮^ | 0011111100111111101110101011000101011110 | 3f3fbab15e |
UTF-8 | 까떰艮^ | 11101010101110011000110011101011100101101011000011101000100010011010111001011110 | eab98ceb96b0e889ae5e |
UHC | 까떰艮^ | 10110001111011101011011010110110110010101101110101011110 | b1eeb6b6cadd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)