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 | ??傑? | 0011111100111111100011001000011000111111 | 3f3f8c863f |
EUC-JP | 邕杻傑? | 100011111110000111101101100011111100001110100110101101111110011000111111 | 8fe1ed8fc3a6b7e63f |
UTF-8 | 邕杻傑뤋 | 111010011000001010010101111001101001110110111011111001011000001010010001111010111010010010001011 | e98295e69dbbe58291eba48b |
UHC | 邕杻傑뤋 | 1110100010111011110100101110111011001011111110001000111110111011 | e8bbd2eecbf88fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)