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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 軟??昻??^ | 100100111110111000111111001111111111101011010000001111110011111101011110 | 93ee3f3ffad03f3f5e |
EUC-JP | 軟?????^ | 1100011011110000001111110011111100111111001111110011111101011110 | c6f03f3f3f3f3f5e |
UTF-8 | 軟쒙숲昻믭풃^ | 11101000101110111001111111101100100100101001100111101100100010001011001011100110100110001011101111101011101011111010110111101101100100101000001101011110 | e8bb9fec9299ec88b2e698bbebafaded92835e |
UHC | 軟쒙숲昻믭풃^ | 11100110111000111001110011101111101111011010001111100100111010011001001011101111101111101000101101011110 | e6e39cefbda3e4e992efbe8b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)