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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 踞ーh踞 | 111001101111010110110000011010001110011011110101 | e6f5b068e6f5 |
EUC-JP | 踞ーh踞 | 11101100111101111000111010110000011010001110110011110111 | ecf78eb068ecf7 |
UTF-8 | 踞ーh踞 | 11101000101110001001111011101111101111011011000001101000111010001011100010011110 | e8b89eefbdb068e8b89e |
UHC | 踞?h踞 | 110010111110011000111111011010001100101111100110 | cbe63f68cbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)