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 | 齊斑卍楡 | 1110101010001110100101001100000110011001110000101001111010111110 | ea8e94c199c29ebe |
EUC-JP | 齊斑卍楡 | 1111001111101110110010001100001111010010110001001101110011000000 | f3eec8c3d2c4dcc0 |
UTF-8 | 齊斑卍楡 | 111010011011110110001010111001101001011010010001111001011000110110001101111001101010010110100001 | e9bd8ae69691e58d8de6a5a1 |
UHC | 齊斑卍楡 | 1111000010111010110110101110100011011000101100111110101011111000 | f0badae8d8b3eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)