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 | ¾ºÍ | 10111110101110101000111011001101 | beba8ecd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?º?Í | 0011111110001111101000101110101100111111100011111010101010111111 | 3f8fa2eb3f8faabf |
UTF-8 | ¾ºÍ | 1100001010111110110000101011101011000010100011101100001110001101 | c2bec2bac28ec38d |
UHC | ¾º?? | 101010001111101010101000101011000011111100111111 | a8faa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)