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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌∫「」繖オ | 111010001000110010000001111001111010001010100011111000111000010010110101 | e88c81e7a2a3e384b5 |
EUC-JP | 闌∫「」繖オ | 111011111110110010100010111010011000111010100010100011101010001111100101111001001000111010110101 | efeca2e98ea28ea3e5e48eb5 |
UTF-8 | 闌∫「」繖オ | 111010011001011110001100111000101000100010101011111011111011110110100010111011111011110110100011111001111011100110010110111011111011110110110101 | e9978ce288abefbda2efbda3e7b996efbdb5 |
UHC | ?∫???? | 00111111101000011111001000111111001111110011111100111111 | 3fa1f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)