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 | ë÷¶êÞ¹ | 111010111111011110110110111010101101111010111001 | ebf7b6eadeb9 |
SJIS-WIN | ?֦??? | 0011111110000001100000001000000111110111001111110011111100111111 | 3f818081f73f3f3f |
EUC-JP | ë÷¶êÞ? | 1000111110101011101100111010000111100000101000101111100110001111101010111011010010001111101010011011000000111111 | 8fabb3a1e0a2f98fabb48fa9b03f |
UTF-8 | ë÷¶êÞ¹ | 110000111010101111000011101101111100001010110110110000111010101011000011100111101100001010111001 | c3abc3b7c2b6c3aac39ec2b9 |
UHC | ?÷¶?Þ¹ | 00111111101000011100000010100010110100100011111110101000101011011010100111110110 | 3fa1c0a2d23fa8ada9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)