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 | 惠??? | 1001110010101000001111110011111100111111 | 9ca83f3f3f |
EUC-JP | 惠??? | 1101100010101010001111110011111100111111 | d8aa3f3f3f |
UTF-8 | 惠섓풓了 | 111001101000001110100000111011001000010010010011111011011001001010010011111011111010011010111010 | e683a0ec8493ed9293efa6ba |
UHC | 惠섓풓了 | 1111101110110011100110001110111110111110100101111110100011100111 | fbb398efbe97e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)