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?B | 001111110011111100111111010001000011111101000010 | 3f3f3f443f42 |
SJIS-WIN | 叩息達D辰B | 10010010010000001001000110100111100100100100001001000100100100100100001101000010 | 924091a7924244924342 |
EUC-JP | 叩息達D辰B | 11000011101000011100001010101001110000111010001101000100110000111010010001000010 | c3a1c2a9c3a344c3a442 |
UTF-8 | 叩息達D辰B | 1110010110001111101010011110011010000001101011111110100110000001100101000100010011101000101111101011000001000010 | e58fa9e681afe9819444e8beb042 |
UHC | 叩息達D辰B | 11001101101100001110001111010011110100111011100101000100111100101110001101000010 | cdb0e3d3d3b944f2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)