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 | 灼邪質謝 | 1000111011011100100011101101011110001110101111111000111011010011 | 8edc8ed78ebf8ed3 |
EUC-JP | 灼邪質謝 | 1011110011011110101111001101100110111100110000011011110011010101 | bcdebcd9bcc1bcd5 |
UTF-8 | 灼邪質謝 | 111001111000000110111100111010011000001010101010111010001011001110101010111010001010110010011101 | e781bce982aae8b3aae8ac9d |
UHC | 灼邪質謝 | 1110110111000111110111101111011111110010111101011101111011110011 | edc7def7f2f5def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)