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 | 粤袱粤テェ^ | 111000101110001111100101110111101110001011100011110000111010101001011110 | e2e3e5dee2e3c3aa5e |
EUC-JP | 粤袱粤テェ^ | 1110010011100101111010101110000011100100111001011000111011000011100011101010101001011110 | e4e5eae0e4e58ec38eaa5e |
UTF-8 | 粤袱粤テェ^ | 11100111101100101010010011101000101000101011000111100111101100101010010011101111101111101000001111101111101111011010101001011110 | e7b2a4e8a2b1e7b2a4efbe83efbdaa5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)