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 | 糢粫}糢粫{^ | 1110001011110101111000101110011001111101111000101111010111100010111001100111101101011110 | e2f5e2e67de2f5e2e67b5e |
EUC-JP | 糢粫}糢粫{^ | 1110010011110111111001001110100001111101111001001111011111100100111010000111101101011110 | e4f7e4e87de4f7e4e87b5e |
UTF-8 | 糢粫}糢粫{^ | 111001111011001110100010111001111011001010101011011111011110011110110011101000101110011110110010101010110111101101011110 | e7b3a2e7b2ab7de7b3a2e7b2ab7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)