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 | 騾カ荵滓侭 | 111010011000000010110110111001001011100110011111111001101001011010011001 | e980b6e4b99fe69699 |
EUC-JP | 騾カ荵滓侭 | 11110001111000001000111010110110111010001011101111011110111010001100101111111001 | f1e08eb6e8bbdee8cbf9 |
UTF-8 | 騾カ荵滓侭 | 111010011010100010111110111011111011110110110110111010001000110110110101111001101011101110010011111001001011111010101101 | e9a8beefbdb6e88db5e6bb93e4bead |
UHC | ???滓? | 001111110011111100111111111011101010101100111111 | 3f3f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)