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 | 捨爵汐璽 | 1000111011001100100011101101110110001110101011001000111010100011 | 8ecc8edd8eac8ea3 |
EUC-JP | 捨爵汐璽 | 1011110011001110101111001101111110111100101011101011110010100101 | bccebcdfbcaebca5 |
UTF-8 | 捨爵汐璽 | 111001101000110110101000111001111000100010110101111001101011000110010000111001111001001010111101 | e68da8e788b5e6b190e792bd |
UHC | 捨爵汐璽 | 1101111011010111111011011100100111100000101100011101111111011110 | ded7edc9e0b1dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)