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 | 鐱蛇縞宍屡 | 11111011111001011000111011010110100011101100100010001110101100111000111011000110 | fbe58ed68ec88eb38ec6 |
EUC-JP | 鐱蛇縞宍屡 | 1000111111100101111000101011110011011000101111001100101010111100101101011011110011001000 | 8fe5e2bcd8bccabcb5bcc8 |
UTF-8 | 鐱蛇縞宍屡 | 111010011001000010110001111010001001101110000111111001111011100010011110111001011010111010001101111001011011000110100001 | e990b1e89b87e7b89ee5ae8de5b1a1 |
UHC | ?蛇縞?? | 00111111110111101110111111111011110101100011111100111111 | 3fdeeffbd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)