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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 嘆達旦但G | 100100100101000110010010010000101001001001010101100100100100000101000111 | 925192429255924147 |
EUC-JP | 嘆達旦但G | 110000111011001011000011101000111100001110110110110000111010001001000111 | c3b2c3a3c3b6c3a247 |
UTF-8 | 嘆達旦但G | 11100101100110001000011011101001100000011001010011100110100101111010011011100100101111011000011001000111 | e59886e98194e697a6e4bd8647 |
UHC | 嘆達旦但G | 111101111010001111010011101110011101001110101001110100111010001101000111 | f7a3d3b9d3a9d3a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)