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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A帥 | 001111110011111100111111010000011001000010000011 | 3f3f3f419083 |
EUC-JP | ???A帥 | 001111110011111100111111010000011011111111100011 | 3f3f3f41bfe3 |
UTF-8 | 저잭재A帥 | 11101100101000001000000011101100100111101010110111101100100111101010110001000001111001011011100010100101 | eca080ec9eadec9eac41e5b8a5 |
UHC | 저잭재A帥 | 110000001111101011000000111010001100000011100111010000011110000111111101 | c0fac0e8c0e741e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)