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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 絶??慾?F | 1001000011100010001111110011111110010111011111000011111101000110 | 90e23f3f977c3f46 |
EUC-JP | 絶??慾?F | 1100000011100100001111110011111111001101110111010011111101000110 | c0e43f3fcddd3f46 |
UTF-8 | 絶볩풖慾낦F | 11100111101101011011011011101011101100111010100111101101100100101001011011100110100001011011111011101011100000101010011001000110 | e7b5b6ebb3a9ed9296e685beeb82a646 |
UHC | 絶볩풖慾낦F | 1110111110111110100100111110111110111110100110011110100110101111100001100100001001000110 | efbe93efbe99e9af864246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)