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 | 隴紋コ・襌エ | 111010001010110110010110111001001011101010100101111001011111100110110100 | e8ad96e4baa5e5f9b4 |
EUC-JP | 隴紋コ・襌エ | 111100001010111111001100111001101000111010111010100011101010010111101010111110111000111010110100 | f0afcce68eba8ea5eafb8eb4 |
UTF-8 | 隴紋コ・襌エ | 111010011001101010110100111001111011010010001011111011111011110110111010111011111011110110100101111010001010010110001100111011111011110110110100 | e99ab4e7b48befbdbaefbda5e8a58cefbdb4 |
UHC | ?紋???? | 00111111110110101010001100111111001111110011111100111111 | 3fdaa33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)