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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 将礫}v将礫}vB | 10001111101010111110001001001001011111010111011010001111101010111110001001001001011111010111011001000010 | 8fabe2497d768fabe2497d7642 |
EUC-JP | 将礫}v将礫}vB | 10111110101011011110001110101010011111010111011010111110101011011110001110101010011111010111011001000010 | beade3aa7d76beade3aa7d7642 |
UTF-8 | 将礫}v将礫}vB | 1110010110110000100001101110011110100100101010110111110101110110111001011011000010000110111001111010010010101011011111010111011001000010 | e5b086e7a4ab7d76e5b086e7a4ab7d7642 |
UHC | ?礫}v?礫}vB | 0011111111010101111110000111110101110110001111111101010111111000011111010111011001000010 | 3fd5f87d763fd5f87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)