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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ?紈??\ | 00111111100011111101001111001101001111110011111101011100 | 3f8fd3cd3f3f5c |
UTF-8 | 뤗紈웡서\ | 11101011101001001001011111100111101101001000100011101100100110111010000111101100100001001001110001011100 | eba497e7b488ec9ba1ec849c5c |
UHC | 뤗紈웡서\ | 100011111100011111111100101111001011111111111101101111001010110101011100 | 8fc7fcbcbffdbcad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)