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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??薛??薛^ | 001111110011111111100101010011000011111100111111111001010100110001011110 | 3f3fe54c3f3fe54c5e |
EUC-JP | ??薛??薛^ | 001111110011111111101001101011010011111100111111111010011010110101011110 | 3f3fe9ad3f3fe9ad5e |
UTF-8 | 손섞薛손섞薛^ | 11101100100001101001000011101100100001001001111011101000100101101001101111101100100001101001000011101100100001001001111011101000100101101001101101011110 | ec8690ec849ee8969bec8690ec849ee8969b5e |
UHC | 손섞薛손섞薛^ | 10111100110101011011110010101111111000001110000010111100110101011011110010101111111000001110000001011110 | bcd5bcafe0e0bcd5bcafe0e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)