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 | 痰瓊}痰瓊{^ | 1110000110000010111000001111100101111101111000011000001011100000111110010111101101011110 | e182e0f97de182e0f97b5e |
EUC-JP | 痰瓊}痰瓊{^ | 1110000111100010111000001111101101111101111000011110001011100000111110110111101101011110 | e1e2e0fb7de1e2e0fb7b5e |
UTF-8 | 痰瓊}痰瓊{^ | 111001111001011110110000111001111001001110001010011111011110011110010111101100001110011110010011100010100111101101011110 | e797b0e7938a7de797b0e7938a7b5e |
UHC | 痰瓊}痰瓊{^ | 1101001111000011110011001110000101111101110100111100001111001100111000010111101101011110 | d3c3cce17dd3c3cce17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)