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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???昻?^ | 00111111001111110011111111111010110100000011111101011110 | 3f3f3ffad03f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 曆쇔ㄽ昻줱^ | 11101111101001101000101111101100100001111001010011100011100001001011110111100110100110001011101111101100101001001011000101011110 | efa68bec8794e384bde698bbeca4b15e |
UHC | 曆쇔ㄽ昻줱^ | 1110011010110111101111001110010110100100101011011110010011101001101000100110010101011110 | e6b7bce5a4ade4e9a2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)