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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?郡?裙^ | 00111111100011000101001100111111111001011110001101011110 | 3f8c533fe5e35e |
EUC-JP | ?郡?裙^ | 00111111101101111011010000111111111010101110010101011110 | 3fb7b43feae55e |
UTF-8 | 枾郡枾裙^ | 11100110100111101011111011101001100000111010000111100110100111101011111011101000101000111001100101011110 | e69ebee983a1e69ebee8a3995e |
UHC | 枾郡枾裙^ | 111000111100001011001111110110111110001111000010110011111101100101011110 | e3c2cfdbe3c2cfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)