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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闌ッ谿願 | 11101000100011001010111111100110101011101000101011101000 | e88cafe6ae8ae8 |
EUC-JP | 闌ッ谿願 | 1110111111101100100011101010111111101100101100001011010011101010 | efec8eafecb0b4ea |
UTF-8 | 闌ッ谿願 | 111010011001011110001100111011111011110110101111111010001011000010111111111010011010000110011000 | e9978cefbdafe8b0bfe9a198 |
UHC | ??谿願 | 001111110011111111001101101011001110101011000011 | 3f3fcdaceac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)