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 | 咫疽齏毬 | 1001101001000000111000010111001111101000111010111001111101111011 | 9a40e173e8eb9f7b |
EUC-JP | 咫疽齏毬 | 1101001110100001111000011101010011110000111011011101110111011100 | d3a1e1d4f0eddddc |
UTF-8 | 咫疽齏毬 | 111001011001001010101011111001111001011010111101111010011011110110001111111001101010111110101100 | e592abe796bde9bd8fe6afac |
UHC | 咫疽?毬 | 11110010101000011110111011000101001111111100111110110011 | f2a1eec53fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)