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 | 100100100101000110010010010001101001001001010001100100100100011001000010 | 925192469251924642 |
EUC-JP | 嘆巽嘆巽B | 110000111011001011000011101001111100001110110010110000111010011101000010 | c3b2c3a7c3b2c3a742 |
UTF-8 | 嘆巽嘆巽B | 11100101100110001000011011100101101101111011110111100101100110001000011011100101101101111011110101000010 | e59886e5b7bde59886e5b7bd42 |
UHC | 嘆巽嘆巽B | 111101111010001111100001110111101111011110100011111000011101111001000010 | f7a3e1def7a3e1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)