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 | 辭吝ョ、邏 | 1110011110000110100110011110010110101110101001001110011110110100 | e78699e5aea4e7b4 |
EUC-JP | 辭吝ョ、邏 | 11101101111001101101001011100111100011101010111010001110101001001110111010110110 | ede6d2e78eae8ea4eeb6 |
UTF-8 | 辭吝ョ、邏 | 111010001011111010101101111001011001000010011101111011111011110110101110111011111011110110100100111010011000001010001111 | e8beade5909defbdaeefbda4e9828f |
UHC | 辭吝??邏 | 1101111011110110110101111111000000111111001111111101010110100100 | def6d7f03f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)