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 | 顋紋サ吟諡 | 111010001111100110010110111001001011101110001011111000011110011010001011 | e8f996e4bb8be1e68b |
EUC-JP | 顋紋サ吟諡 | 11110000111110111100110011100110100011101011101110110110111000111110101111101011 | f0fbcce68ebbb6e3ebeb |
UTF-8 | 顋紋サ吟諡 | 111010011010000110001011111001111011010010001011111011111011110110111011111001011001000010011111111010001010101110100001 | e9a18be7b48befbdbbe5909fe8aba1 |
UHC | ?紋?吟諡 | 0011111111011010101000110011111111101011111000011110001111001101 | 3fdaa33febe1e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)