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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螯、邊ォ^ | 11100101101001101010010011100111101100101010101101011110 | e5a6a4e7b2ab5e |
EUC-JP | 螯、邊ォ^ | 111010101010100010001110101001001110111010110100100011101010101101011110 | eaa88ea4eeb48eab5e |
UTF-8 | 螯、邊ォ^ | 11101000100111101010111111101111101111011010010011101001100000101000101011101111101111011010101101011110 | e89eafefbda4e9828aefbdab5e |
UHC | ??邊?^ | 001111110011111111011100101010110011111101011110 | 3f3fdcab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)