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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雙??? | 1001100111010100001111110011111100111111 | 99d43f3f3f |
EUC-JP | 雙??藎 | 11010010110101100011111100111111100011111101100111110011 | d2d63f3f8fd9f3 |
UTF-8 | 雙륂뢜藎 | 111010011001101110011001111010111010010110000010111010111010001010011100111010001001011110001110 | e99b99eba582eba29ce8978e |
UHC | 雙륂뢜藎 | 1110010010101010100011111110110110001111010101111110001111110000 | e4aa8fed8f57e3f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)