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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??虞?衣?] | 001111110011111110001011111100010011111110001000110111110011111101011101 | 3f3f8bf13f88df3f5d |
EUC-JP | ??虞?衣?] | 001111110011111110110110111100110011111110110000111000010011111101011101 | 3f3fb6f33fb0e13f5d |
UTF-8 | 亐렕虞렧衣졉] | 11100100101110101001000011101011101000001001010111101000100110011001111011101011101000001010011111101000101000011010001111101100101000011000100101011101 | e4ba90eba095e8999eeba0a7e8a1a3eca1895d |
UHC | 亐렕虞렧衣졉] | 11101010101001111000111010101010111010011110010110001110101101101110101111111101110000011011001001011101 | eaa78eaae9e58eb6ebfdc1b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)