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 | 巡殲}巡殲{^ | 1000111110000100100111110111001001111101100011111000010010011111011100100111101101011110 | 8f849f727d8f849f727b5e |
EUC-JP | 巡殲}巡殲{^ | 1011110111100100110111011101001101111101101111011110010011011101110100110111101101011110 | bde4ddd37dbde4ddd37b5e |
UTF-8 | 巡殲}巡殲{^ | 111001011011011110100001111001101010111010110010011111011110010110110111101000011110011010101110101100100111101101011110 | e5b7a1e6aeb27de5b7a1e6aeb27b5e |
UHC | 巡殲}巡殲{^ | 1110001011011110111000001110100001111101111000101101111011100000111010000111101101011110 | e2dee0e87de2dee0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)