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 | 霎憺ァ郁繼阮 | 1110100010111110100111001110100110100111100010001110100011100011100010111110100010010110 | e8be9ce9a788e8e38be896 |
EUC-JP | 霎憺ァ郁繼阮 | 111100001100000011011000111010111000111010100111101100001110101011100101111010111110111111110110 | f0c0d8eb8ea7b0eae5ebeff6 |
UTF-8 | 霎憺ァ郁繼阮 | 111010011001110010001110111001101000011010111010111011111011110110100111111010011000001110000001111001111011100110111100111010011001100010101110 | e99c8ee686baefbda7e98381e7b9bce998ae |
UHC | ?憺?郁繼阮 | 00111111110100111011110000111111111010011111010011001101101010011110100011010110 | 3fd3bc3fe9f4cda9e8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)