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 | ¹¬òÁ | 10111001101011001111001011000001 | b9acf2c1 |
SJIS-WIN | ?¬?? | 0011111110000001110010100011111100111111 | 3f81ca3f3f |
EUC-JP | ?¬òÁ | 001111111010001011001100100011111010101111010010100011111010101010100001 | 3fa2cc8fabd28faaa1 |
UTF-8 | ¹¬òÁ | 1100001010111001110000101010110011000011101100101100001110000001 | c2b9c2acc3b2c381 |
UHC | ¹??? | 1010100111110110001111110011111100111111 | a9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)