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 | 鵫è´è | 11101001101101011010101111101000101101001000111111101000 | e9b5abe8b48fe8 |
SJIS-WIN | ????´?? | 0011111100111111001111110011111110000001010011000011111100111111 | 3f3f3f3f814c3f3f |
EUC-JP | é??è´?è | 1000111110101011101100010011111100111111100011111010101110110010101000011010110100111111100011111010101110110010 | 8fabb13f3f8fabb2a1ad3f8fabb2 |
UTF-8 | 鵫è´è | 1100001110101001110000101011010111000010101010111100001110101000110000101011010011000010100011111100001110101000 | c3a9c2b5c2abc3a8c2b4c28fc3a8 |
UHC | ????´?? | 0011111100111111001111110011111110100010101001010011111100111111 | 3f3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)