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 | °¶¹£ | 1001000110110000100100011011011010010001101110011001000110100011 | 91b091b691b991a3 |
SJIS-WIN | ?°?¶???£ | 0011111110000001100010110011111110000001111101110011111100111111001111111000000110010010 | 3f818b3f81f73f3f3f8192 |
EUC-JP | ?°?¶???£ | 0011111110100001111010110011111110100010111110010011111100111111001111111010000111110010 | 3fa1eb3fa2f93f3f3fa1f2 |
UTF-8 | °¶¹£ | 11000010100100011100001010110000110000101001000111000010101101101100001010010001110000101011100111000010100100011100001010100011 | c291c2b0c291c2b6c291c2b9c291c2a3 |
UHC | ?°?¶?¹?? | 0011111110100001110001100011111110100010110100100011111110101001111101100011111100111111 | 3fa1c63fa2d23fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)