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 | 顋紋サ吟諡隘 | 1110100011111001100101101110010010111011100010111110000111100110100010111110100010100101 | e8f996e4bb8be1e68be8a5 |
EUC-JP | 顋紋サ吟諡隘 | 111100001111101111001100111001101000111010111011101101101110001111101011111010111111000010100111 | f0fbcce68ebbb6e3ebebf0a7 |
UTF-8 | 顋紋サ吟諡隘 | 111010011010000110001011111001111011010010001011111011111011110110111011111001011001000010011111111010001010101110100001111010011001101010011000 | e9a18be7b48befbdbbe5909fe8aba1e99a98 |
UHC | ?紋?吟諡隘 | 00111111110110101010001100111111111010111110000111100011110011011110010011110110 | 3fdaa33febe1e3cde4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)