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 | 已?嬪 | 1001101111011111001111111001101101101100 | 9bdf3f9b6c |
EUC-JP | 已?嬪 | 1101011011100001001111111101010111001101 | d6e13fd5cd |
UTF-8 | 已곌嬪 | 111001011011011110110010111010101011001110001100111001011010110010101010 | e5b7b2eab38ce5acaa |
UHC | 已곌嬪 | 111011001010101110110000111010101101111010101110 | ecabb0eadeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)