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 | ???f???N\ | 001111110011111100111111011001100011111100111111001111110100111001011100 | 3f3f3f663f3f3f4e5c |
SJIS-WIN | シヲfシヲN\ | 1111001011110100101111001010011001100110111100101111010010111100101001100100111001011100 | f2f4bca666f2f4bca64e5c |
EUC-JP | ?シヲf?シヲN\ | 00111111100011101011110010001110101001100110011000111111100011101011110010001110101001100100111001011100 | 3f8ebc8ea6663f8ebc8ea64e5c |
UTF-8 | シヲfシヲN\ | 111011101000100010101011111011111011110110111100111011111011110110100110011001101110111010001000101010111110111110111101101111001110111110111101101001100100111001011100 | ee88abefbdbcefbda666ee88abefbdbcefbda64e5c |
UHC | ???f???N\ | 001111110011111100111111011001100011111100111111001111110100111001011100 | 3f3f3f663f3f3f4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)