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 | 11101000101111101011000001000010 | e8beb042 |
SJIS-WIN | ??°B | 0011111100111111100000011000101101000010 | 3f3f818b42 |
EUC-JP | è?°B | 10001111101010111011001000111111101000011110101101000010 | 8fabb23fa1eb42 |
UTF-8 | è¾°B | 11000011101010001100001010111110110000101011000001000010 | c3a8c2bec2b042 |
UHC | ?¾°B | 001111111010100011111010101000011100011001000010 | 3fa8faa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)