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 | û©×¸ | 11111011101010011101011110111000 | fba9d7b8 |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | û©×¸ | 1000111110101011111001011000111110100010111011011010000111011111100011111010001010110001 | 8fabe58fa2eda1df8fa2b1 |
UTF-8 | û©×¸ | 1100001110111011110000101010100111000011100101111100001010111000 | c3bbc2a9c397c2b8 |
UHC | ??׸ | 001111110011111110100001101111111010001010101100 | 3f3fa1bfa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)