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 | 畏???→ | 10001000110110000011111100111111001111111000000110101000 | 88d83f3f3f81a8 |
EUC-JP | 畏??孼→ | 101100001101101000111111001111111000111110111010110000111010001010101010 | b0da3f3f8fbac3a2aa |
UTF-8 | 畏붷튋孼→ | 111001111001010110001111111010111011011010110111111011011000101010001011111001011010110110111100111000101000011010010010 | e7958febb6b7ed8a8be5adbce28692 |
UHC | 畏붷튋孼→ | 11101000111001101001010011100101101110011001111111100101111011011010000111100110 | e8e694e5b99fe5eda1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)