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 | 邊ュ諸殖 | 11100111101100101010110111111011101010011001000001000010 | e7b2adfba99042 |
EUC-JP | 邊ュ?殖 | 11101110101101001000111010101101001111111011111110100011 | eeb48ead3fbfa3 |
UTF-8 | 邊ュ諸殖 | 111010011000001010001010111011111011110110101101111011111010100010100010111001101010111010010110 | e9828aefbdadefa8a2e6ae96 |
UHC | 邊??殖 | 110111001010101100111111001111111110001111010110 | dcab3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)