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 | 狄琲狄釈 | 1110000010111101111000001110100011100000101111011000111011011111 | e0bde0e8e0bd8edf |
EUC-JP | 狄琲狄釈 | 1110000010111111111000001110101011100000101111111011110011100001 | e0bfe0eae0bfbce1 |
UTF-8 | 狄琲狄釈 | 111001111000101110000100111001111001000010110010111001111000101110000100111010011000011110001000 | e78b84e790b2e78b84e98788 |
UHC | 狄?狄? | 111011101101101000111111111011101101101000111111 | eeda3feeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)