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 | 羨陝?? | 100100010100000111101000100111110011111100111111 | 9141e89f3f3f |
EUC-JP | 羨陝?? | 110000011010001011110000101000010011111100111111 | c1a2f0a13f3f |
UTF-8 | 羨陝뤕㏅ | 111001111011111010101000111010011001100110011101111010111010010010010101111000111000111110000101 | e7bea8e9999deba495e38f85 |
UHC | 羨陝뤕㏅ | 1110000011001100111000001110110110001111110001011010011111100000 | e0cce0ed8fc5a7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)