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 | 闇▼ⅶ扼 | 1000100011000101100000011010010111111010010001101001110101001110 | 88c581a5fa469d4e |
EUC-JP | 闇▼?扼 | 10110000110001111010001010100111001111111101100110101111 | b0c7a2a73fd9af |
UTF-8 | 闇▼ⅶ扼 | 111010011001011110000111111000101001011010111100111000101000010110110110111001101000100110111100 | e99787e296bce285b6e689bc |
UHC | 闇▼ⅶ扼 | 1110010011100001101000011110010110100101101001111110010011111001 | e4e1a1e5a5a7e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)