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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 閱⑴쥨閱⑴쥨^ | 11101001100101101011000111100010100100011011010011101100101001011010100011101001100101101011000111100010100100011011010011101100101001011010100001011110 | e996b1e291b4eca5a8e996b1e291b4eca5a85e |
UHC | 閱⑴쥨閱⑴쥨^ | 11100110111100111010100111100111101000101001101011100110111100111010100111100111101000101001101001011110 | e6f3a9e7a29ae6f3a9e7a29a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)