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 | 爰?新??^ | 1110000010100111001111111001000001010110001111110011111101011110 | e0a73f90563f3f5e |
EUC-JP | 爰?新??^ | 1110000010101001001111111011111110110111001111110011111101011110 | e0a93fbfb73f3f5e |
UTF-8 | 爰렢新장ㅌ^ | 11100111100010001011000011101011101000001010001011100110100101101011000011101100100111101010010111100011100001011000110001011110 | e788b0eba0a2e696b0ec9ea5e3858c5e |
UHC | 爰렢新장ㅌ^ | 1110101010111010100011101011001111100011111001101100000011100101101001001011110001011110 | eaba8eb3e3e6c0e5a4bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)