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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焄セ曺ク | 111110110101010010111110111110101101111010111000 | fb54befadeb8 |
EUC-JP | 焄セ曺ク | 10001111110010011110001110001110101111101000111111000010111011011000111010111000 | 8fc9e38ebe8fc2ed8eb8 |
UTF-8 | 焄セ曺ク | 111001111000010010000100111011111011110110111110111001101001101110111010111011111011110110111000 | e78484efbdbee69bbaefbdb8 |
UHC | 焄?曺? | 111111011011011000111111111100001100011000111111 | fdb63ff0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)