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 | ³±¹Î๠| 101100111011000110111001110011101110000010111001 | b3b1b9cee0b9 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ?±?Îà? | 0011111110100001110111100011111110001111101010101100001010001111101010111010001000111111 | 3fa1de3f8faac28faba23f |
UTF-8 | ³±¹Î๠| 110000101011001111000010101100011100001010111001110000111000111011000011101000001100001010111001 | c2b3c2b1c2b9c38ec3a0c2b9 |
UHC | ³±¹??¹ | 10101001111110001010000110111110101010011111011000111111001111111010100111110110 | a9f8a1bea9f63f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)