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 | 袱宣沮顰 | 1110010111011110100100001110100110011111100111001110100011111100 | e5de90e99f9ce8fc |
EUC-JP | 袱宣沮顰 | 1110101011100000110000001110101111011101111111001111000011111110 | eae0c0ebddfcf0fe |
UTF-8 | 袱宣沮顰 | 111010001010001010110001111001011010111010100011111001101011001010101110111010011010000110110000 | e8a2b1e5aea3e6b2aee9a1b0 |
UHC | ?宣沮? | 001111111110000010111110111011101100000100111111 | 3fe0beeec13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)