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 | ????塘^ | 00111111001111110011111100111111100100111000010001011110 | 3f3f3f3f93845e |
EUC-JP | ????塘^ | 00111111001111110011111100111111110001011110010001011110 | 3f3f3f3fc5e45e |
UTF-8 | 뤕뿐欄탈塘^ | 11101011101001001001010111101011101111111001000011101111101001001001110111101101100000111000100011100101101000011001100001011110 | eba495ebbf90efa49ded8388e5a1985e |
UHC | 뤕뿐欄탈塘^ | 1000111111000101101110111101001111010001111011011100010110111011110100111101001001011110 | 8fc5bbd3d1edc5bbd3d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)