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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 錚織}錚織{^ | 1110100001000010100100000100010001111101111010000100001010010000010001000111101101011110 | e84290447de84290447b5e |
EUC-JP | 錚織}錚織{^ | 1110111110100011101111111010010101111101111011111010001110111111101001010111101101011110 | efa3bfa57defa3bfa57b5e |
UTF-8 | 錚織}錚織{^ | 111010011000110010011010111001111011100110010100011111011110100110001100100110101110011110111001100101000111101101011110 | e98c9ae7b9947de98c9ae7b9947b5e |
UHC | 錚織}錚織{^ | 1110111010110110111100101100010001111101111011101011011011110010110001000111101101011110 | eeb6f2c47deeb6f2c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)