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 | 򶱵B | 1111001010110110101100011011010101000010 | f2b6b1b542 |
SJIS-WIN | ?¶±?B | 00111111100000011111011110000001011111010011111101000010 | 3f81f7817d3f42 |
EUC-JP | �B | 100011111010101111010010101000101111100110100001110111100011111101000010 | 8fabd2a2f9a1de3f42 |
UTF-8 | 򶱵B | 110000111011001011000010101101101100001010110001110000101011010101000010 | c3b2c2b6c2b1c2b542 |
UHC | ?¶±?B | 00111111101000101101001010100001101111100011111101000010 | 3fa2d2a1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)