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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?忌?忌^ | 00111111100010101111010100111111100010101111010101011110 | 3f8af53f8af55e |
EUC-JP | ?忌?忌^ | 00111111101101001111011100111111101101001111011101011110 | 3fb4f73fb4f75e |
UTF-8 | 뤜忌뤜忌^ | 11101011101001001001110011100101101111111000110011101011101001001001110011100101101111111000110001011110 | eba49ce5bf8ceba49ce5bf8c5e |
UHC | 뤜忌뤜忌^ | 100011111100101111010000111110111000111111001011110100001111101101011110 | 8fcbd0fb8fcbd0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)