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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 禎?紋辛?^ | 100100101111010100111111100101101110010010010000011010000011111101011110 | 92f53f96e490683f5e |
EUC-JP | 禎?紋辛?^ | 110001001111011100111111110011001110011010111111110010010011111101011110 | c4f73fcce6bfc93f5e |
UTF-8 | 禎닻紋辛렪^ | 11100111101001101000111011101011100010111011101111100111101101001000101111101000101111101001101111101011101000001010101001011110 | e7a68eeb8bbbe7b48be8be9beba0aa5e |
UHC | 禎닻紋辛렪^ | 1110111111101110101101001110100111011010101000111110001111110100100011101011100001011110 | efeeb4e9daa3e3f48eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)