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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ??諍?F | 001111110011111111100110011110010011111101000110 | 3f3fe6793f46 |
EUC-JP | ??諍?F | 001111110011111111101011110110100011111101000110 | 3f3febda3f46 |
UTF-8 | 欌렫諍렋F | 11100110101011001000110011101011101000001010101111101000101010111000110111101011101000001000101101000110 | e6ac8ceba0abe8ab8deba08b46 |
UHC | 欌렫諍렋F | 111011011110101110001110101110011110111010110101100011101010001001000110 | edeb8eb9eeb58ea246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)