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 | 營???? | 100110100111101000111111001111110011111100111111 | 9a7a3f3f3f3f |
EUC-JP | 營???縕 | 1101001111011011001111110011111100111111100011111101010011000010 | d3db3f3f3f8fd4c2 |
UTF-8 | 營뫱덃뀲縕 | 111001111000011110011111111010111010101110110001111010111000110110000011111010111000000010110010111001111011100010010101 | e7879febabb1eb8d83eb80b2e7b895 |
UHC | 營뫱덃뀲縕 | 11100111101111011001000111010001100010001110011010000101101010001110100010110010 | e7bd91d188e685a8e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)