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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | 炭D遜尊 | 10010010010110010100010010010001101110111001000110111000 | 92594491bb91b8 |
EUC-JP | 炭D遜尊 | 11000011101110100100010011000010101111011100001010111010 | c3ba44c2bdc2ba |
UTF-8 | 炭D遜尊 | 11100111100000101010110101000100111010011000000110011100111001011011000010001010 | e782ad44e9819ce5b08a |
UHC | 炭D遜尊 | 11110111101010010100010011100001111000011111000011101110 | f7a944e1e1f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)