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 | ?N??F | 0011111101001110001111110011111101000110 | 3f4e3f3f46 |
SJIS-WIN | ?N??F | 0011111101001110001111110011111101000110 | 3f4e3f3f46 |
EUC-JP | ?N??F | 0011111101001110001111110011111101000110 | 3f4e3f3f46 |
UTF-8 | 혖N혖혪F | 1110110110011000100101100100111011101101100110001001011011101101100110001010101001000110 | ed98964eed9896ed98aa46 |
UHC | 혖N혖혪F | 1100001010000001010011101100001010000001110000101001001001000110 | c2814ec281c29246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)