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 | 陽咫眄盖痣 | 10010111011110101001101001000000111000011011111011100001101100111110000101111011 | 977a9a40e1bee1b3e17b |
EUC-JP | 陽咫眄盖痣 | 11001101110110111101001110100001111000101100000011100010101101011110000111011100 | cddbd3a1e2c0e2b5e1dc |
UTF-8 | 陽咫眄盖痣 | 111010011001100110111101111001011001001010101011111001111001110010000100111001111001101110010110111001111001011110100011 | e999bde592abe79c84e79b96e797a3 |
UHC | 陽咫眄盖? | 111001011101010111110010101000011101100011111000110010111100110000111111 | e5d5f2a1d8f8cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)