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 | 畏??弱 | 100010001101100000111111001111111000111011100011 | 88d83f3f8ee3 |
EUC-JP | 畏??弱 | 101100001101101000111111001111111011110011100101 | b0da3f3fbce5 |
UTF-8 | 畏뺝윜弱 | 111001111001010110001111111010111011101010011101111011001001110010011100111001011011110010110001 | e7958febba9dec9c9ce5bcb1 |
UHC | 畏뺝윜弱 | 1110100011100110100101011110010110011111100111111110010110110000 | e8e695e59f9fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)