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 | ?u?? | 00111111011101010011111100111111 | 3f753f3f |
SJIS-WIN | 但u叩賊 | 10010010010000010111010110010010010000001001000110101111 | 924175924091af |
EUC-JP | 但u叩賊 | 11000011101000100111010111000011101000011100001010110001 | c3a275c3a1c2b1 |
UTF-8 | 但u叩賊 | 11100100101111011000011001110101111001011000111110101001111010001011001110001010 | e4bd8675e58fa9e8b38a |
UHC | 但u叩賊 | 11010011101000110111010111001101101100001110111011100100 | d3a375cdb0eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)