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 | 11111001101001110111110101000010 | f9a77d42 |
SJIS-WIN | ?§}B | 0011111110000001100110000111110101000010 | 3f81987d42 |
EUC-JP | ù§}B | 10001111101010111110001110100001111110000111110101000010 | 8fabe3a1f87d42 |
UTF-8 | ù§}B | 110000111011100111000010101001110111110101000010 | c3b9c2a77d42 |
UHC | ?§}B | 0011111110100001110101110111110101000010 | 3fa1d77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)