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 | òÀÐø | 11110010110000001101000011111000 | f2c0d0f8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | òÀ?ø | 10001111101010111101001010001111101010101010001000111111100011111010100111001100 | 8fabd28faaa23f8fa9cc |
UTF-8 | òÀÐø | 1100001110110010110000111000000011000011100100001100001110111000 | c3b2c380c390c3b8 |
UHC | ??Ðø | 001111110011111110101000101000101010100110101010 | 3f3fa8a2a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)