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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祉?藏? | 100011101000001100111111111001010101010100111111 | 8e833fe5553f |
EUC-JP | 祉?藏? | 101110111110001100111111111010011011011000111111 | bbe33fe9b63f |
UTF-8 | 祉렪藏렟 | 111001111010010110001001111010111010000010101010111010001001011110001111111010111010000010011111 | e7a589eba0aae8978feba09f |
UHC | 祉렪藏렟 | 1111001010110011100011101011100011101101111110101000111010110000 | f2b38eb8edfa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)