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 | 蒐?}蒐?{^ | 100011110100111000111111011111011000111101001110001111110111101101011110 | 8f4e3f7d8f4e3f7b5e |
EUC-JP | 蒐?}蒐?{^ | 101111011010111100111111011111011011110110101111001111110111101101011110 | bdaf3f7dbdaf3f7b5e |
UTF-8 | 蒐巢}蒐巢{^ | 111010001001001010010000111001011011011110100010011111011110100010010010100100001110010110110111101000100111101101011110 | e89290e5b7a27de89290e5b7a27b5e |
UHC | 蒐巢}蒐巢{^ | 1110001010111101111000011011010101111101111000101011110111100001101101010111101101011110 | e2bde1b57de2bde1b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)