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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??こ??\ | 00111111001111111000001010110001001111110011111101011100 | 3f3f82b13f3f5c |
EUC-JP | ??こ??\ | 00111111001111111010010010110011001111110011111101011100 | 3f3fa4b33f3f5c |
UTF-8 | 룶핊こ룶웡\ | 11101011101000111011011011101101100101011000101011100011100000011001001111101011101000111011011011101100100110111010000101011100 | eba3b6ed958ae38193eba3b6ec9ba15c |
UHC | 룶핊こ룶웡\ | 1000111110101011110000001000111110101010101100111000111110101011101111111111110101011100 | 8fabc08faab38fabbffd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)