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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 堧琁}堧琁{^ | 100011111011100010101000100011111100110010100011011111011000111110111000101010001000111111001100101000110111101101011110 | 8fb8a88fcca37d8fb8a88fcca37b5e |
UTF-8 | 堧琁}堧琁{^ | 111001011010000010100111111001111001000010000001011111011110010110100000101001111110011110010000100000010111101101011110 | e5a0a7e790817de5a0a7e790817b5e |
UHC | 堧琁}堧琁{^ | 1110011011000000111000001100010001111101111001101100000011100000110001000111101101011110 | e6c0e0c47de6c0e0c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)