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 | «£nSB | 100011111010101110100011011011100101001101000010 | 8faba36e5342 |
SJIS-WIN | ??£nSB | 00111111001111111000000110010010011011100101001101000010 | 3f3f81926e5342 |
EUC-JP | ??£nSB | 00111111001111111010000111110010011011100101001101000010 | 3f3fa1f26e5342 |
UTF-8 | «£nSB | 110000101000111111000010101010111100001010100011011011100101001101000010 | c28fc2abc2a36e5342 |
UHC | ???nSB | 001111110011111100111111011011100101001101000010 | 3f3f3f6e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)