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 | 襤俄昆覃 | 1110011001000001100010011110001010001101101010011110011001001000 | e64189e28da9e648 |
EUC-JP | 襤俄昆覃 | 1110101110100010101100101110010010111010101010111110101110101001 | eba2b2e4baabeba9 |
UTF-8 | 襤俄昆覃 | 111010001010010110100100111001001011111110000100111001101001100010000110111010001010011010000011 | e8a5a4e4bf84e69886e8a683 |
UHC | 襤俄昆覃 | 1101010111000001111001001010110111001101111000001101001111000111 | d5c1e4adcde0d3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)