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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??┷烏? | 00111111001111111000010010111000100010010100011100111111 | 3f3f84b889473f |
EUC-JP | 璵?┷烏? | 100011111100110011100110001111111010100010111010101100011010100000111111 | 8fcce63fa8bab1a83f |
UTF-8 | 璵뷂┷烏뛄 | 111001111001001010110101111010111011011110000010111000101001010010110111111001111000001110001111111010111001101110000100 | e792b5ebb782e294b7e7838feb9b84 |
UHC | 璵뷂┷烏뛄 | 11100110101001011001010011101111101001101011101011101000101000011000110101000010 | e6a594efa6bae8a18d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)