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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 担旦辿担 | 1001001001010011100100100101010110010010010010001001001001010011 | 9253925592489253 |
EUC-JP | 担旦辿担 | 1100001110110100110000111011011011000011101010011100001110110100 | c3b4c3b6c3a9c3b4 |
UTF-8 | 担旦辿担 | 111001101000101110000101111001101001011110100110111010001011111010111111111001101000101110000101 | e68b85e697a6e8bebfe68b85 |
UHC | ?旦?? | 0011111111010011101010010011111100111111 | 3fd3a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)