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 | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
SJIS-WIN | 但袖嘆達vG | 10010010010000011001000110110011100100100101000110010010010000100111011001000111 | 924191b3925192427647 |
EUC-JP | 但袖嘆達vG | 11000011101000101100001010110101110000111011001011000011101000110111011001000111 | c3a2c2b5c3b2c3a37647 |
UTF-8 | 但袖嘆達vG | 1110010010111101100001101110100010100010100101101110010110011000100001101110100110000001100101000111011001000111 | e4bd86e8a296e59886e981947647 |
UHC | 但袖嘆達vG | 11010011101000111110001011000000111101111010001111010011101110010111011001000111 | d3a3e2c0f7a3d3b97647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)