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 | 蝨顔}蝨顔{^ | 1110010110011100100010101110011101111101111001011001110010001010111001110111101101011110 | e59c8ae77de59c8ae77b5e |
EUC-JP | 蝨顔}蝨顔{^ | 1110100111111100101101001110100101111101111010011111110010110100111010010111101101011110 | e9fcb4e97de9fcb4e97b5e |
UTF-8 | 蝨顔}蝨顔{^ | 111010001001110110101000111010011010000110010100011111011110100010011101101010001110100110100001100101000111101101011110 | e89da8e9a1947de89da8e9a1947b5e |
UHC | 蝨顔}蝨顔{^ | 1110001110100100111001001101010001111101111000111010010011100100110101000111101101011110 | e3a4e4d47de3a4e4d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)