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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヘュヘュ^ | 111100001110101111001101101011011111000011101011110011011010110101011110 | f0ebcdadf0ebcdad5e |
EUC-JP | ?ヘュ?ヘュ^ | 0011111110001110110011011000111010101101001111111000111011001101100011101010110101011110 | 3f8ecd8ead3f8ecd8ead5e |
UTF-8 | ヘュヘュ^ | 11101110100000101010101011101111101111101000110111101111101111011010110111101110100000101010101011101111101111101000110111101111101111011010110101011110 | ee82aaefbe8defbdadee82aaefbe8defbdad5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)