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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臾?Х臾? | 1110010001101011001111111000010001010110111001000110101100111111 | e46b3f8456e46b3f |
EUC-JP | 臾?Х臾? | 1110011111001100001111111010011110110111111001111100110000111111 | e7cc3fa7b7e7cc3f |
UTF-8 | 臾㏓Х臾췜 | 1110100010000111101111101110001110001111100100111101000010100101111010001000011110111110111011001011011110011100 | e887bee38f93d0a5e887beecb79c |
UHC | 臾㏓Х臾췜 | 11101011101011001010011111101011101011001011011111101011101011001010111001010101 | ebaca7ebacb7ebacae55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)