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 | î¿·¼ | 11101110101111111011011110111100 | eebfb7bc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î¿?? | 1000111110101011110000101000111110100010110001000011111100111111 | 8fabc28fa2c43f3f |
UTF-8 | î¿·¼ | 1100001110101110110000101011111111000010101101111100001010111100 | c3aec2bfc2b7c2bc |
UHC | ?¿·¼ | 00111111101000101010111110100001101001001010100011111001 | 3fa2afa1a4a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)