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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巽速短炭B | 100100100100011010010001101011001001001001011010100100100101100101000010 | 924691ac925a925942 |
EUC-JP | 巽速短炭B | 110000111010011111000010101011101100001110111011110000111011101001000010 | c3a7c2aec3bbc3ba42 |
UTF-8 | 巽速短炭B | 11100101101101111011110111101001100000001001111111100111100111111010110111100111100000101010110101000010 | e5b7bde9809fe79fade782ad42 |
UHC | 巽速短炭B | 111000011101111011100001110111001101001110101101111101111010100101000010 | e1dee1dcd3adf7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)