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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 蟐幄カ。F | 1110010110101010100110111110100010110110100000010100001001000110 | e5aa9be8b6814246 |
EUC-JP | 蟐幄カ。F | 111010101010110011010110111010101000111010110110101000011010001101000110 | eaacd6ea8eb6a1a346 |
UTF-8 | 蟐幄カ。F | 11101000100111111001000011100101101110011000010011101111101111011011011011100011100000001000001001000110 | e89f90e5b984efbdb6e3808246 |
UHC | ?幄?。F | 00111111111001001100000100111111101000011010001101000110 | 3fe4c13fa1a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)