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 | æ³®noBF | 11100110101100111010111001101110011011110100001001000110 | e6b3ae6e6f4246 |
SJIS-WIN | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
EUC-JP | æ?®noBF | 1000111110101001110000010011111110001111101000101110111001101110011011110100001001000110 | 8fa9c13f8fa2ee6e6f4246 |
UTF-8 | æ³®noBF | 11000011101001101100001010110011110000101010111001101110011011110100001001000110 | c3a6c2b3c2ae6e6f4246 |
UHC | æ³®noBF | 10101001101000011010100111111000101000101110011101101110011011110100001001000110 | a9a1a9f8a2e76e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)