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 | 蜈ク}蜈ク{^ | 111001011000010110111000011111011110010110000101101110000111101101011110 | e585b87de585b87b5e |
EUC-JP | 蜈ク}蜈ク{^ | 1110100111100101100011101011100001111101111010011110010110001110101110000111101101011110 | e9e58eb87de9e58eb87b5e |
UTF-8 | 蜈ク}蜈ク{^ | 111010001001110010001000111011111011110110111000011111011110100010011100100010001110111110111101101110000111101101011110 | e89c88efbdb87de89c88efbdb87b5e |
UHC | 蜈?}蜈?{^ | 111010001010010100111111011111011110100010100101001111110111101101011110 | e8a53f7de8a53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)