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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跟ソ蜈ュ螯 | 1110011011101110101111111110010110000101101011011110010110100110 | e6eebfe585ade5a6 |
EUC-JP | 跟ソ蜈ュ螯 | 11101100111100001000111010111111111010011110010110001110101011011110101010101000 | ecf08ebfe9e58eadeaa8 |
UTF-8 | 跟ソ蜈ュ螯 | 111010001011011110011111111011111011110110111111111010001001110010001000111011111011110110101101111010001001111010101111 | e8b79fefbdbfe89c88efbdade89eaf |
UHC | ??蜈?? | 001111110011111111101000101001010011111100111111 | 3f3fe8a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)