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 | 焄ツ昞サウ | 111110110101010011000010111110101101001111110000100011111011101110110011 | fb54c2fad3f08fbbb3 |
EUC-JP | 焄ツ昞?サウ | 10001111110010011110001110001110110000101000111111000010101000010011111110001110101110111000111010110011 | 8fc9e38ec28fc2a13f8ebb8eb3 |
UTF-8 | 焄ツ昞サウ | 111001111000010010000100111011111011111010000010111001101001100010011110111011101000000110001110111011111011110110111011111011111011110110110011 | e78484efbe82e6989eee818eefbdbbefbdb3 |
UHC | 焄?昞??? | 1111110110110110001111111101110010110101001111110011111100111111 | fdb63fdcb53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)