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 | 廛?}廛?{^ | 100111000100010000111111011111011001110001000100001111110111101101011110 | 9c443f7d9c443f7b5e |
EUC-JP | 廛?}廛?{^ | 110101111010010100111111011111011101011110100101001111110111101101011110 | d7a53f7dd7a53f7b5e |
UTF-8 | 廛큭}廛큭{^ | 111001011011101110011011111011011000000110101101011111011110010110111011100110111110110110000001101011010111101101011110 | e5bb9bed81ad7de5bb9bed81ad7b5e |
UHC | 廛큭}廛큭{^ | 1110111011111000110001011010101001111101111011101111100011000101101010100111101101011110 | eef8c5aa7deef8c5aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)