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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?戝」F | 0011111111100110110000011010001101000110 | 3fe6c1a346 |
EUC-JP | 弰戝」F | 1000111110111100111011001110110011000011100011101010001101000110 | 8fbcececc38ea346 |
UTF-8 | 弰戝」F | 11100101101111001011000011100110100010001001110111101111101111011010001101000110 | e5bcb0e6889defbda346 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)