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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 﨟エ逞婆 | 11111011100111011011010011100111100101111001010001101011 | fb9db4e797946b |
EUC-JP | ?エ逞婆 | 00111111100011101011010011101101111101111100011111001100 | 3f8eb4edf7c7cc |
UTF-8 | 﨟エ逞婆 | 111011111010100010011111111011111011110110110100111010011000000010011110111001011010100110000110 | efa89fefbdb4e9809ee5a986 |
UHC | ??逞婆 | 001111110011111111010110110000011111011111101000 | 3f3fd6c1f7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)