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 | 踞コ邵∬苜 | 111001101111010110111010111001111011100010000001111010001110010010011100 | e6f5bae7b881e8e49c |
EUC-JP | 踞コ邵∬苜 | 11101100111101111000111010111010111011101011101010100010111010101110011111111100 | ecf78ebaeebaa2eae7fc |
UTF-8 | 踞コ邵∬苜 | 111010001011100010011110111011111011110110111010111010011000001010110101111000101000100010101100111010001000101110011100 | e8b89eefbdbae982b5e288ace88b9c |
UHC | 踞?邵∬? | 1100101111100110001111111110000111010000101000011111001100111111 | cbe63fe1d0a1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)