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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???佯?? | 00111111001111110011111110011000110100010011111100111111 | 3f3f3f98d13f3f |
EUC-JP | ???佯?? | 00111111001111110011111111010000110100110011111100111111 | 3f3f3fd0d33f3f |
UTF-8 | 筽욆뼑佯뤷캍 | 111001111010110110111101111011001001101010000110111010111011110010010001111001001011110110101111111010111010010010110111111011001011101010001101 | e7adbdec9a86ebbc91e4bdafeba4b7ecba8d |
UHC | 筽욆뼑佯뤷캍 | 111010001010010010011110111010001001011010011001111001011011101010001111111001011010111110011000 | e8a49ee89699e5ba8fe5af98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)