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 | 跋サ迯ク銖 | 1110011011101011101110111110011110001101101110001110011111110001 | e6ebbbe78db8e7f1 |
EUC-JP | 跋サ迯ク銖 | 11101100111011011000111010111011111011011110110110001110101110001110111011110011 | eced8ebbeded8eb8eef3 |
UTF-8 | 跋サ迯ク銖 | 111010001011011110001011111011111011110110111011111010001011111110101111111011111011110110111000111010011000101010010110 | e8b78befbdbbe8bfafefbdb8e98a96 |
UHC | 跋???銖 | 11011011101000100011111100111111001111111110001011000111 | dba23f3f3fe2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)