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 | ¹©×ü | 1000111110111001101010011101011111111100 | 8fb9a9d7fc |
SJIS-WIN | ???×? | 001111110011111100111111100000010111111000111111 | 3f3f3f817e3f |
EUC-JP | ??©×ü | 00111111001111111000111110100010111011011010000111011111100011111010101111100100 | 3f3f8fa2eda1df8fabe4 |
UTF-8 | ¹©×ü | 11000010100011111100001010111001110000101010100111000011100101111100001110111100 | c28fc2b9c2a9c397c3bc |
UHC | ?¹?×? | 00111111101010011111011000111111101000011011111100111111 | 3fa9f63fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)