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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 謦畷キゎ渇] | 11100110100100101001001111101011101101111000001011101100100010101000100101011101 | e69293ebb782ec8a895d |
EUC-JP | 謦畷キゎ渇] | 1110101111110010110001101110110110001110101101111010010011101110101100111110100101011101 | ebf2c6ed8eb7a4eeb3e95d |
UTF-8 | 謦畷キゎ渇] | 11101000101011001010011011100111100101011011011111101111101111011011011111100011100000101000111011100110101110001000011101011101 | e8aca6e795b7efbdb7e3828ee6b8875d |
UHC | ???ゎ?] | 00111111001111110011111110101010111011100011111101011101 | 3f3f3faaee3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)