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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簇葛?幼 | 11100010110001101000101010001011001111111001011101100011 | e2c68a8b3f9763 |
EUC-JP | 簇葛?幼 | 11100100110010001011001111101011001111111100110111000100 | e4c8b3eb3fcdc4 |
UTF-8 | 簇葛쏭幼 | 111001111011000010000111111010001001000110011011111011001000111110101101111001011011100110111100 | e7b087e8919bec8fade5b9bc |
UHC | 簇葛쏭幼 | 1111000011101010110010101110011110111101111101101110101011101010 | f0eacae7bdf6eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)