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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?狼? | 00111111100110000101010000111111 | 3f98543f |
EUC-JP | 鋌狼鋌 | 1000111111100100101110111100111110110101100011111110010010111011 | 8fe4bbcfb58fe4bb |
UTF-8 | 鋌狼鋌 | 111010011000101110001100111001111000101110111100111010011000101110001100 | e98b8ce78bbce98b8c |
UHC | 鋌狼鋌 | 111011111111101111010101110010011110111111111011 | effbd5c9effb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)