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 | 酌写竺 | 100011101101111010001110110010101000111010110001 | 8ede8eca8eb1 |
EUC-JP | 酌写竺 | 101111001110000010111100110011001011110010110011 | bce0bcccbcb3 |
UTF-8 | 酌写竺 | 111010011000010110001100111001011000011010011001111001111010101110111010 | e9858ce58699e7abba |
UHC | 酌?竺 | 1110110111001100001111111111010111100111 | edcc3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)