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 | 豫???? | 100110001010110000111111001111110011111100111111 | 98ac3f3f3f3f |
EUC-JP | 豫???? | 110100001010111000111111001111110011111100111111 | d0ae3f3f3f3f |
UTF-8 | 豫겸뫀紐쌙 | 111010001011000110101011111010101011001010111000111010111010101110000000111011111010011110001111111011001000110010011001 | e8b1abeab2b8ebab80efa78fec8c99 |
UHC | 豫겸뫀紐쌙 | 11100111111000111011000011100010100100011010010011101011101010101001101101000110 | e7e3b0e291a4ebaa9b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)