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 | ???慾 | 0011111100111111001111111001011101111100 | 3f3f3f977c |
EUC-JP | ???慾 | 0011111100111111001111111100110111011101 | 3f3f3fcddd |
UTF-8 | 歷쇽숱慾 | 111011111010011010001100111011001000011110111101111011001000100010110001111001101000010110111110 | efa68cec87bdec88b1e685be |
UHC | 歷쇽숱慾 | 1110011010111000101111001110111110111101101000101110100110101111 | e6b8bcefbda2e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)