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 | 迢キ迹ッ迪 | 1110011110001011101101111110011110010001101011111110011110001100 | e78bb7e791afe78c |
EUC-JP | 迢キ迹ッ迪 | 11101101111010111000111010110111111011011111000110001110101011111110110111101100 | edeb8eb7edf18eafedec |
UTF-8 | 迢キ迹ッ迪 | 111010001011111110100010111011111011110110110111111010001011111110111001111011111011110110101111111010001011111110101010 | e8bfa2efbdb7e8bfb9efbdafe8bfaa |
UHC | ??迹?迪 | 00111111001111111110111011101001001111111110111011101000 | 3f3feee93feee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)