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 | 霎憺ァ郁繼 | 111010001011111010011100111010011010011110001000111010001110001110001011 | e8be9ce9a788e8e38b |
EUC-JP | 霎憺ァ郁繼 | 11110000110000001101100011101011100011101010011110110000111010101110010111101011 | f0c0d8eb8ea7b0eae5eb |
UTF-8 | 霎憺ァ郁繼 | 111010011001110010001110111001101000011010111010111011111011110110100111111010011000001110000001111001111011100110111100 | e99c8ee686baefbda7e98381e7b9bc |
UHC | ?憺?郁繼 | 0011111111010011101111000011111111101001111101001100110110101001 | 3fd3bc3fe9f4cda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)