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 | K´}K´{^ | 1001001001001011100100011011010001111101100100100100101110010001101101000111101101011110 | 924b91b47d924b91b47b5e |
SJIS-WIN | ?K?´}?K?´{^ | 00111111010010110011111110000001010011000111110100111111010010110011111110000001010011000111101101011110 | 3f4b3f814c7d3f4b3f814c7b5e |
EUC-JP | ?K?´}?K?´{^ | 00111111010010110011111110100001101011010111110100111111010010110011111110100001101011010111101101011110 | 3f4b3fa1ad7d3f4b3fa1ad7b5e |
UTF-8 | K´}K´{^ | 1100001010010010010010111100001010010001110000101011010001111101110000101001001001001011110000101001000111000010101101000111101101011110 | c2924bc291c2b47dc2924bc291c2b47b5e |
UHC | ?K?´}?K?´{^ | 00111111010010110011111110100010101001010111110100111111010010110011111110100010101001010111101101011110 | 3f4b3fa2a57d3f4b3fa2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)