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 | 弱??? | 1000111011100011001111110011111100111111 | 8ee33f3f3f |
EUC-JP | 弱??濚 | 10111100111001010011111100111111100011111100100110100001 | bce53f3f8fc9a1 |
UTF-8 | 弱놅풒濚 | 111001011011110010110001111010111000011010000101111011011001001010010010111001101011111110011010 | e5bcb1eb8685ed9292e6bf9a |
UHC | 弱놅풒濚 | 1110010110110000100001101110111110111110100101101110011110111001 | e5b086efbe96e7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)