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 | 裹雅函 | 111001011110010110001001111010111001010010011111 | e5e589eb949f |
EUC-JP | 裹雅函 | 111010101110011110110010111011011100100010100001 | eae7b2edc8a1 |
UTF-8 | 裹雅函 | 111010001010001110111001111010011001101110000101111001011000011110111101 | e8a3b9e99b85e587bd |
UHC | ?雅函 | 0011111111100100101110101111100111011110 | 3fe4baf9de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)