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 | 顋紋サ吟諡隴 | 1110100011111001100101101110010010111011100010111110000111100110100010111110100010101101 | e8f996e4bb8be1e68be8ad |
EUC-JP | 顋紋サ吟諡隴 | 111100001111101111001100111001101000111010111011101101101110001111101011111010111111000010101111 | f0fbcce68ebbb6e3ebebf0af |
UTF-8 | 顋紋サ吟諡隴 | 111010011010000110001011111001111011010010001011111011111011110110111011111001011001000010011111111010001010101110100001111010011001101010110100 | e9a18be7b48befbdbbe5909fe8aba1e99ab4 |
UHC | ?紋?吟諡? | 001111111101101010100011001111111110101111100001111000111100110100111111 | 3fdaa33febe1e3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)