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 | 100100100101001010010001101001101001001001010001100100100100111101000010 | 925291a69251924f42 |
EUC-JP | 坦即嘆丹B | 110000111011001111000010101010001100001110110010110000111011000001000010 | c3b3c2a8c3b2c3b042 |
UTF-8 | 坦即嘆丹B | 11100101100111011010011011100101100011011011001111100101100110001000011011100100101110001011100101000010 | e59da6e58db3e59886e4b8b942 |
UHC | 坦?嘆丹B | 1111011110100100001111111111011110100011110100111010000101000010 | f7a43ff7a3d3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)