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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ο? | 00111111100000111100110100111111 | 3f83cd3f |
EUC-JP | 焰ο? | 100011111100100111101111101001101100111100111111 | 8fc9efa6cf3f |
UTF-8 | 焰ο슛 | 1110011110000100101100001100111010111111111011001000101010011011 | e784b0cebfec8a9b |
UHC | 焰ο슛 | 111001101111101110100101111011111011110110111000 | e6fba5efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)