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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 哈咫D哈咫D^ | 1001100111111011100110100100000001000100100110011111101110011010010000000100010001011110 | 99fb9a404499fb9a40445e |
EUC-JP | 哈咫D哈咫D^ | 1101001011111101110100111010000101000100110100101111110111010011101000010100010001011110 | d2fdd3a144d2fdd3a1445e |
UTF-8 | 哈咫D哈咫D^ | 111001011001001110001000111001011001001010101011010001001110010110010011100010001110010110010010101010110100010001011110 | e59388e592ab44e59388e592ab445e |
UHC | 哈咫D哈咫D^ | 1111100111101011111100101010000101000100111110011110101111110010101000010100010001011110 | f9ebf2a144f9ebf2a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)