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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踞コ邵∬ | 11100110111101011011101011100111101110001000000111101000 | e6f5bae7b881e8 |
EUC-JP | 踞コ邵∬ | 1110110011110111100011101011101011101110101110101010001011101010 | ecf78ebaeebaa2ea |
UTF-8 | 踞コ邵∬ | 111010001011100010011110111011111011110110111010111010011000001010110101111000101000100010101100 | e8b89eefbdbae982b5e288ac |
UHC | 踞?邵∬ | 11001011111001100011111111100001110100001010000111110011 | cbe63fe1d0a1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)