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 | è±¬å¹ | 1110100010110001101011001110010110111001 | e8b1ace5b9 |
SJIS-WIN | ?±¬?? | 00111111100000010111110110000001110010100011111100111111 | 3f817d81ca3f3f |
EUC-JP | 豬å? | 1000111110101011101100101010000111011110101000101100110010001111101010111010100100111111 | 8fabb2a1dea2cc8faba93f |
UTF-8 | è±¬å¹ | 11000011101010001100001010110001110000101010110011000011101001011100001010111001 | c3a8c2b1c2acc3a5c2b9 |
UHC | ?±??¹ | 00111111101000011011111000111111001111111010100111110110 | 3fa1be3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)